mirror of
https://github.com/azalea-rs/simdnbt.git
synced 2025-08-02 07:26:04 +00:00
Made Mutf8String public to the consumer
This commit is contained in:
parent
db19f3b5e4
commit
009b04adf6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ pub mod swap_endianness;
|
|||
mod traits;
|
||||
|
||||
pub use error::{DeserializeError, Error};
|
||||
pub use mutf8::Mutf8Str;
|
||||
pub use mutf8::{Mutf8Str, Mutf8String};
|
||||
pub use simdnbt_derive::*;
|
||||
pub use traits::{Deserialize, FromNbtTag, Serialize, ToNbtTag};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue