Skip to content

A toy implementation of glob-style string matching in Rust

Notifications You must be signed in to change notification settings

OOTS/libglob.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A toy implementation of glob-style string matching in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages