ignored 0.0.6

A Rust implementation of the .gitignore file format for quickly checking whether a path is ignored by git - without invoking the git cli.
Documentation
1
2
3
4
use crate::lexer;

#[doc(hidden)]
pub type Result<T> = std::result::Result<T, lexer::Error>;