Public API and docs

This commit is contained in:
2023-05-26 15:23:15 +01:00
parent 3c1a6e2be2
commit fdf18e6ff8
99 changed files with 503 additions and 406 deletions

View File

@@ -6,7 +6,6 @@ mod side;
mod string_from_charset;
mod substack;
mod unwrap_or;
mod xloop;
pub use cache::Cache;
pub use print_nname::sym2string;
@@ -14,6 +13,7 @@ pub use pushed::pushed;
pub use replace_first::replace_first;
pub use side::Side;
pub use substack::{Stackframe, Substack, SubstackIterator};
pub(crate) use unwrap_or::unwrap_or;
pub mod iter;
pub use iter::BoxedIter;
pub use string_from_charset::string_from_charset;