dairy

A more compact, user friendly implementation of Cow.

```rust use std::path::Path; use dairy::Cow;

let name: Cow = "Hello World!".into(); let path: Cow = "./path/to/file.txt".into(); ```

Caveats

Acknowledgements

Some implementation details taken from the excellent beef crate.

License

Licensed under either of

at your option.