chore: reexport estring types only with feature
This commit is contained in:
parent
2a3b4e652f
commit
ee86c167a0
1 changed files with 2 additions and 0 deletions
|
@ -4,5 +4,7 @@ mod structs;
|
||||||
pub use structs::{CommaVec, SemiVec};
|
pub use structs::{CommaVec, SemiVec};
|
||||||
|
|
||||||
pub use estring::core::EString;
|
pub use estring::core::EString;
|
||||||
|
#[cfg(feature = "low-level")]
|
||||||
pub use estring::low::*;
|
pub use estring::low::*;
|
||||||
|
#[cfg(feature = "structs")]
|
||||||
pub use estring::structs::*;
|
pub use estring::structs::*;
|
||||||
|
|
Reference in a new issue