licenses.dev

from-pest v0.3.2

Convert from a pest grammar to a typed AST

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT12
PackageRelationDependenciesPublished
either • 1.18.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
log • 0.4.34A lightweight logging facade for Rust DIRECT0
pest_derive • 2.9.1pest's derive macroDIRECT9
pest_generator • 2.9.1pest code generatorINDIRECT8
pest_meta • 2.9.1pest meta language parser and validatorINDIRECT3
pest-ast • 0.3.6Derive to convert from pest parse tree to typed syntax treeDIRECT6
pest • 2.9.1The Elegant ParserDIRECT2
proc-macro2 • 1.0.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.47Quasi-quoting macro quote!(...)INDIRECT2
syn • 2.0.119Parser for Rust source codeINDIRECT2
ucd-trie • 0.1.7A trie for storing Unicode codepoint sets and maps. INDIRECT0
MIT1
PackageRelationDependenciesPublished
void • 1.0.2The uninhabited void type for use in statically impossible cases.DIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
memchr • 2.8.3Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.3.2 version:

[![licenses](https://licenses.dev/b/cargo/from-pest/0.3.2)](https://licenses.dev/cargo/from-pest/0.3.2)
<a href="https://licenses.dev/cargo/from-pest/0.3.2">
  <img src="https://licenses.dev/b/cargo/from-pest/0.3.2" alt="licenses" />
</a>
GitHub