type_name_value 0.1.1

A package for assigning type names to values
Documentation
  • Coverage
  • 71.43%
    5 out of 7 items documented1 out of 6 items with examples
  • Size
  • Source code size: 4.71 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.51 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Torrencem/type_name_value
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Torrencem

type_name_value

Assign a unique type to a value. This crate was made for a demo of a cool concept, and I thought it would definitely be useful for other applications. Unfortunately, the original application was unsound, but it might be useful for someone still.

An important note if you plan to use this crate! The reason this was unsound for its original purpose is that it only attaches unique types to macro invocations, not actually to values, and so it can't quite guarantee what it needs to. Check the original repo for more information before using this crate!

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.