Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).