licenses.dev

mbox v0.6.1

malloc-based box. Supports wrapping pointers or null-terminated strings returned from malloc as a Rust type, which will be free'd on drop.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT13
PackageRelationDependenciesPublished
libc • 0.2.161Raw FFI bindings to platform libraries like libc. DIRECT0
once_cell • 1.14.0Single assignment cells and lazy values.DIRECT0
pest • 2.1.3The Elegant ParserDIRECT1
proc-macro2 • 1.0.65A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.DIRECT1
quote • 1.0.30Quasi-quoting macro quote!(...)INDIRECT2
rustc_version • 0.3.3A library for querying the version of a installed rustc compilerDIRECT4
semver-parser • 0.10.2Parsing of the semver spec. INDIRECT2
semver • 0.11.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT3
stable_deref_trait • 1.2.0An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. DIRECT0
syn • 1.0.107Parser for Rust source codeDIRECT3
thiserror-impl • 1.0.39Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.39derive(Error)DIRECT5
ucd-trie • 0.1.4A trie for storing Unicode codepoint sets and maps. DIRECT0
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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.6.1 version:

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