Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BurntSushi/globset
A globbing library for Rust.
https://github.com/BurntSushi/globset
Last synced: 11 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T16:46:40.000Z (10 months ago)
- Last Synced: 2024-10-28T13:31:27.128Z (15 days ago)
- Language: Rust
- Size: 3.03 MB
- Stars: 42
- Watchers: 6
- 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.[![Build status](https://github.com/BurntSushi/globset/workflows/ci/badge.svg)](https://github.com/BurntSushi/globset/actions)
[![](https://img.shields.io/crates/v/globset.svg)](https://crates.io/crates/globset)Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).