# globcmp-lib
Library used by the globcmp crate.
Provides methods to assess whether one glob pattern matches a file path more closely than another glob pattern does.
## Installation
### Instructions
```sh
cargo add globcmp-lib
```
### Feature flag: stack safety
_See the [globcmp](https://github.com/gn0/globcmp#feature-flag-stack-safety) crate for details._
## License
globcmp-lib is distributed under the GNU Lesser General Public License (LGPL), version 3.
See the file [LICENSE](../LICENSE) for more information.