https://github.com/zebp/use_counted_cell
Cells that reset after a certain number of uses.
https://github.com/zebp/use_counted_cell
Last synced: about 2 months ago
JSON representation
Cells that reset after a certain number of uses.
- Host: GitHub
- URL: https://github.com/zebp/use_counted_cell
- Owner: zebp
- Created: 2020-07-20T18:32:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T20:29:41.000Z (almost 5 years ago)
- Last Synced: 2025-04-02T05:49:36.387Z (about 2 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# use_counted_cell
A `Cell` implementation that resets to it's inner value's default after a specified number of uses.## Example
W.I.P.