licenses.dev

chomp1 v0.3.4

A fast monadic-style parser combinator designed to work on stable Rust.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT74
PackageRelationDependenciesPublished
anyhow • 1.0.91Flexible concrete Error type built on std::error::ErrorINDIRECT0
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
backtrace-sys • 0.1.37Bindings to the libbacktrace gcc library INDIRECT3
backtrace • 0.1.8A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT10
base64 • 0.13.1encodes and decodes base64 as bytes or utf8INDIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. DIRECT0
bumpalo • 3.16.0A fast bump allocation arena for Rust.INDIRECT0
cc • 1.1.31A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT1
cfg-if • 0.1.10A 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
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
clippy • 0.0.302A bunch of helpful lints to avoid common pitfalls in Rust.DIRECT19
compiletest_rs • 0.10.2The compiletest utility from the Rust compiler as a standalone testing harnessDIRECT52
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
custom_derive • 0.1.7(Note: superseded by `macro-attr`) This crate provides a macro that enables the use of custom derive attributes.INDIRECT0
debug-builders • 0.1.0A copy of libstd's debug builders for use before they stabilizeINDIRECT0
diff • 0.1.13An LCS based slice and string diffing implementation.INDIRECT0
dirs-next • 2.0.0A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS. INDIRECT18
dirs-sys-next • 0.1.2system-level helper functions for the dirs and directories cratesINDIRECT17
dirs • 1.0.5A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.INDIRECT16
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. DIRECT0
filetime • 0.2.25Platform-agnostic accessors of timestamps in File metadata INDIRECT15
futf • 0.1.5Handling fragments of UTF-8INDIRECT2
getopts • 0.2.21getopts-like option parsing. INDIRECT1
getrandom • 0.1.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
mac • 0.1.1A collection of great and ubiqutitous macros.INDIRECT0
miow • 0.3.7A zero overhead I/O library for Windows, focusing on IOCP and async I/O abstractions. INDIRECT3
num_cpus • 1.16.0Get the number of CPUs on a machine.INDIRECT2
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
proc-macro2 • 1.0.89A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
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. INDIRECT3
rust-argon2 • 0.8.3Rust implementation of the Argon2 password hashing function.INDIRECT6
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
rustfix • 0.6.1Automatically apply the suggestions made by rustcINDIRECT12
rustversion • 1.0.18Conditional compilation according to rustc compiler versionINDIRECT0
semver • 1.0.23Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.132A JSON serialization file formatINDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
syn • 2.0.82Parser for Rust source codeINDIRECT2
tendril • 0.4.3Compact buffer/string type for zero-copy parsingDIRECT4
term • 0.5.2A terminal formatting library INDIRECT18
term • 0.7.0A terminal formatting library INDIRECT20
tester • 0.9.1A fork of Rust’s `test` crate that doesn’t require unstable language features.INDIRECT25
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
utf-8 • 0.7.6Incremental, zero-copy UTF-8 decoding with error handlingINDIRECT0
wasm-bindgen-backend • 0.2.95Backend code generation of the wasm-bindgen tool INDIRECT8
wasm-bindgen-macro-support • 0.2.95The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT9
wasm-bindgen-macro • 0.2.95Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT10
wasm-bindgen-shared • 0.2.95Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen • 0.2.95Easy support for interacting between JS and Rust. INDIRECT12
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
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
MIT13
PackageRelationDependenciesPublished
blake2b_simd • 0.5.11a pure Rust BLAKE2b implementation with dynamic SIMDINDIRECT3
conv • 0.3.3This crate provides a number of conversion traits with more specific semantics than those provided by 'as' or 'From'/'Into'.DIRECT1
dbghelp-sys • 0.2.0Contains function definitions for the Windows API library dbghelp. See winapi for types and constants.INDIRECT2
debugtrace • 0.1.0Enables backtraces to be attached to values in debug and test builds without incurring a cost in release or bench buildsDIRECT11
kernel32-sys • 0.2.2Contains function definitions for the Windows API library kernel32. See winapi for types and constants.INDIRECT2
libredox • 0.1.3Redox stable ABIINDIRECT3
new_debug_unreachable • 1.0.6panic in debug, intrinsics::unreachable() in release (fork of debug_unreachable)INDIRECT0
redox_syscall • 0.1.57A Rust library to access raw Redox system callsINDIRECT0
redox_syscall • 0.5.7A Rust library to access raw Redox system callsINDIRECT1
redox_users • 0.3.5A Rust library to access Redox users and groups functionalityINDIRECT12
redox_users • 0.4.6A Rust library to access Redox users and groups functionalityINDIRECT13
winapi-build • 0.1.1Common code for build.rs in WinAPI -sys crates.INDIRECT0
winapi • 0.2.8Raw FFI bindings for all of Windows API.INDIRECT0
MIT OR Unlicense3
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
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
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception3
PackageRelationDependenciesPublished
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
wasi • 0.9.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
wasix • 0.12.21WASIX API bindings for RustINDIRECT1
unknown1
PackageRelationDependenciesPublished
benchmark-simple • 0.1.9A tiny, super simple and portable benchmarking library.DIRECT21
ISC1
PackageRelationDependenciesPublished
precision • 0.1.17Low overhead, high precision measurement crateINDIRECT20
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
constant_time_eq • 0.1.5Compares two equal-sized byte strings in constant time.INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.3.4 version:

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