licenses.dev

mbox v0.7.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 MIT2
PackageRelationDependenciesPublished
libc • 0.2.174Raw FFI bindings to platform libraries like libc.DIRECT0
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
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.7.1 version:

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