mbox 0.7.0

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

mbox

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 4 feature flags, 3 of them enabled by default.

default

  • std
  • stable_deref_trait

std

    This feature flag does not enable additional features.

stable_deref_trait

  • dep:stable_deref_trait

nightly

    This feature flag does not enable additional features.