Skip to content

Commit 5b5e760

Browse files
committed
Uplift Utf8Bytes
1 parent 141cbc2 commit 5b5e760

File tree

2 files changed

+679
-0
lines changed

2 files changed

+679
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ extern crate alloc;
7777
extern crate std;
7878

7979
pub mod buf;
80+
pub mod utf8;
8081
pub use crate::buf::{Buf, BufMut};
82+
pub use crate::utf8::Utf8Bytes;
8183

8284
mod bytes;
8385
mod bytes_mut;

0 commit comments

Comments
 (0)