reflike 0.1.0

Meta-traits for reference look-alikes.
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 5 items with examples
  • Size
  • Source code size: 11.71 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 226.09 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Documentation
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • clarfonthey

Ref-like traits

Traits for things that seem like references. You may freely use and modify this code under the CC0 1.0 Universal License.

Usage

To use in your own project, just add the below to your Cargo.toml file.

[dependencies]
reflike = "0.1"

For more formal documentation, you can find the rustdoc here.