diff options
Diffstat (limited to 'src/types.rs')
| -rw-r--r-- | src/types.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.rs b/src/types.rs index ef45492..1f74216 100644 --- a/src/types.rs +++ b/src/types.rs @@ -1,4 +1,5 @@ #![forbid(unsafe_code)] +pub use crate::encoding::UTF8ByteType; pub use crate::terminal::Terminal; pub type Error = std::io::Error; |