licenses.dev

abnf_to_pest v0.5.1

A tiny crate that helps convert ABNF grammars to pest

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT11
PackageRelationDependenciesPublished
abnf-core • 0.5.0A nom-based parser for ABNF core rules.INDIRECT3
abnf • 0.12.0A nom-based parser for ABNF.DIRECT4
arrayvec • 0.5.2A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.DIRECT2
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.DIRECT1
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
minimal-lexical • 0.2.1Fast float parsing conversion routines.INDIRECT0
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. INDIRECT0
MIT3
PackageRelationDependenciesPublished
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryINDIRECT2
pretty • 0.11.3Wadler-style pretty-printing combinators in RustDIRECT4
typed-arena • 2.0.2The arena, a fast but limited type of allocatorINDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
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. INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.5.1 version:

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