This is a toy implementation of glob-style pattern matching in Rust, which I used as an exercise to learn Rust.
Can be found inline, start at src/lib.rs.
Or, run:
git clone https://github.com/OOTS/libglob.rs.git
cd libglob.rs
cargo doc --open
This is a toy implementation of glob-style pattern matching in Rust, which I used as an exercise to learn Rust.
Can be found inline, start at src/lib.rs.
Or, run:
git clone https://github.com/OOTS/libglob.rs.git
cd libglob.rs
cargo doc --open