nodrop 0.1.3

A wrapper type to inhibit drop (destructor).
docs.rs failed to build nodrop-0.1.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: nodrop-0.1.14

The nodrop crate has the following cargo feature flags:

  • no_drop_flag.
    • Optional.
    • Requires nightly channel.
    • Use no drop flag on the NoDrop type, which means less space overhead. Use with care and report a bug if anything changes behavior with this feature.