licenses.dev

ignore v0.4.18

A fast library for efficiently matching ignore files such as `.gitignore` against file paths.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT OR Unlicense

Dependency Licenses

Apache-2.0 OR MIT21
PackageRelationDependenciesPublished
bstr • 0.2.17A string type that is not required to be valid UTF-8.INDIRECT1
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
crossbeam-channel • 0.5.13Multi-producer multi-consumer channels for message passingDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
log • 0.4.22A lightweight logging facade for Rust DIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. DIRECT3
thread_local • 1.1.8Per-object thread-local storageDIRECT2
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT OR Unlicense6
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
globset • 0.4.9Cross 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. DIRECT7
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. DIRECT0
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. DIRECT11
walkdir • 2.5.0Recursively walk a directory.DIRECT12
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.DIRECT10
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/ignore)](https://licenses.dev/cargo/ignore)
<a href="https://licenses.dev/cargo/ignore">
  <img src="https://licenses.dev/b/cargo/ignore" alt="licenses" />
</a>

Or the licenses badge code for the 0.4.18 version:

[![licenses](https://licenses.dev/b/cargo/ignore/0.4.18)](https://licenses.dev/cargo/ignore/0.4.18)
<a href="https://licenses.dev/cargo/ignore/0.4.18">
  <img src="https://licenses.dev/b/cargo/ignore/0.4.18" alt="licenses" />
</a>
GitHub