holds 0.1.0

A Rust library to add the "Holds" trait for a value that can hold another value.
Documentation
# holds   [![Latest Version]][crates.io]


[Latest Version]: https://img.shields.io/crates/v/holds.svg
[crates.io]: https://crates.io/crates/holds

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](https://docs.rs/holds/)

## Usage


Add the following to your `Cargo.toml`:

```toml
[dependencies]
holds = "0.1"
```

and then add this to your crate root:

```rust
extern crate holds;
```