holds 0.1.0

A Rust library to add the "Holds" trait for a value that can hold another value.
Documentation
  • Coverage
  • 20%
    1 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 20.93 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.38 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • 0-0-1/holds
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • 0-0-1

holds   Latest Version

A Rust library to introduce the Holds trait.

This library is not tested or very documented at this point. Use at your own risk.

Documentation

Usage

Add the following to your Cargo.toml:

[dependencies]

holds = "0.1"

and then add this to your crate root:

extern crate holds;