holds

Crates.ioholds
lib.rsholds
version0.1.0
sourcesrc
created_at2018-06-12 14:24:19.131371
updated_at2018-06-12 14:24:19.131371
descriptionA Rust library to add the "Holds" trait for a value that can hold another value.
homepage
repositoryhttps://github.com/0-0-1/holds
max_upload_size
id69768
size21,313
(0-0-1)

documentation

https://docs.rs/holds/

README

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;
Commit count: 2

cargo fmt