zlob 1.3.0

SIMD optimized glob pattern matching library faster than glob crate
Documentation

zlob

Zlob is a very fast glob implementation that is faster than ignore crate and event glibc. It is written in zig with hot paths for everythin and also allows globbing on the file path list in memory and provides a way more flexible API and support for a way larger set of patterns.

Requirements

To compile this crate you have to install zig 0.15.2 compiler toolchain and have it in your PATH.

Misc

zlob rust's crate is maintained by the authors of zlob zig sources so this crate is officially supported and updated on every release.

Find the rust docs on docs.rs and the zig sources on github