chore: reexport estring types only with feature

This commit is contained in:
Dmitriy Pleshevskiy 2022-07-27 18:48:30 +03:00
parent cf4938dcd6
commit 0024483bed
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 2 additions and 0 deletions

View File

@ -4,5 +4,7 @@ mod structs;
pub use structs::{CommaVec, SemiVec};
pub use estring::core::EString;
#[cfg(feature = "low-level")]
pub use estring::low::*;
#[cfg(feature = "structs")]
pub use estring::structs::*;