chap 2.5.0

Chap is an easy to learn, interpretive, scripting language written in Rust
Documentation
1
2
3
4
5
6
7
8
9
pub mod char_at;
pub mod contact;
pub mod contains;
pub mod length;
pub mod repeat;
pub mod slice;
pub mod to_lower;
pub mod to_upper;
pub mod trim;