pencil-box 0.1.11

A performance-focused, memory-efficient utility library for Rust — built for engineers who care about speed, safety, and maintainability.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod chunk;
pub mod compact;
pub mod difference;
pub mod drop_end;
pub mod drop_start;
pub mod fill_default;
pub mod fill_value;
pub mod find_index;
pub mod find_indexes;
pub mod find_last_index;
pub mod flatten;
pub mod intersection;
pub mod uniq;