access

Crates.ioaccess
lib.rsaccess
version0.1.0
created_at2025-03-19 10:42:10.514667+00
updated_at2025-03-19 16:57:08.704793+00
descriptionA crate that helps creating diverse accessors
homepage
repositoryhttps://github.com/AronDerenyi/Access
max_upload_size
id1597879
size5,329
Aron Derenyi (AronDerenyi)

documentation

README

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 an Access provides functionality to map the getters and setters to another type with the map function.

Check the examples folder for more examples.

Commit count: 1

cargo fmt