Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 357 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 357 Bytes

libglob.rs

This is a toy implementation of glob-style pattern matching in Rust, which I used as an exercise to learn Rust.

Documentation

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