cached_proc_macro_types 1.0.0

Types used by the cached proc-macro crate
Documentation
  • Coverage
  • 20%
    1 out of 5 items documented0 out of 2 items with examples
  • Size
  • Source code size: 3.83 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 310.94 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jaemk/cached
    2018 109 66
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jaemk

Types used by the cached proc-macro crate.

Currently exports Return<T>, a wrapper that lets callers of #[cached(with_cached_flag = true)] functions inspect whether the returned value came from the cache (was_cached: bool).

See the cached crate for full documentation and usage examples.