Documentation
  • Coverage
  • 80%
    8 out of 10 items documented0 out of 7 items with examples
  • Size
  • Source code size: 3.05 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.47 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rphmeier

Something like variadic templates or a type map using recursive generics. The advantage over a hashmap-backed type map is that the monomorphizations of the generic structs and getter functions should compile down to code as efficient as a normal struct field access.