mumu-string 0.1.0

String functions and tools plugin for the Lava language
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod lower;
pub mod upper;
pub mod length;
pub mod to_string;
pub mod trim;

pub use lower::*;
pub use upper::*;
pub use length::*;
pub use to_string::*;
pub use trim::*;