https://github.com/BurntSushi/globset
A globbing library for Rust.
https://github.com/BurntSushi/globset
Last synced: 7 months ago
JSON representation
A globbing library for Rust.
- Host: GitHub
- URL: https://github.com/BurntSushi/globset
- Owner: BurntSushi
- License: unlicense
- Created: 2019-09-04T21:17:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T16:46:40.000Z (over 1 year ago)
- Last Synced: 2025-03-25T18:56:05.571Z (7 months ago)
- Language: Rust
- Size: 3.03 MB
- Stars: 42
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
**This repository is not maintained. [globset is maintained in ripgrep](https://github.com/BurntSushi/ripgrep/tree/master/crates/globset).**
globset
=======
Cross platform single glob and glob set matching. Glob set matching is the
process of matching one or more glob patterns against a single candidate path
simultaneously, and returning all of the globs that matched.[](https://github.com/BurntSushi/globset/actions)
[](https://crates.io/crates/globset)Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).