access 0.1.0-dev

A crate that helps creating diverse accessors
Documentation
  • Coverage
  • 0%
    0 out of 8 items documented0 out of 4 items with examples
  • Size
  • Source code size: 4.44 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 594.88 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • AronDerenyi/Access
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • AronDerenyi

Access

This crate introduces the Access trait which has two functions: get and set. This allows an implementor to have custom get and set logic around a value. For example, wrapping a reference in a RefAccess provides functionality to map the getters and setters to another type with the map function.

Check the examples folder for more examples.