https://github.com/brutus5000/contractmanager
https://github.com/brutus5000/contractmanager
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brutus5000/contractmanager
- Owner: Brutus5000
- License: mit
- Created: 2021-10-23T05:07:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-23T19:45:46.000Z (over 3 years ago)
- Last Synced: 2025-02-09T19:17:20.527Z (4 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
This is a simple CLI app I'm writing in order to learn Rust. The only reason it's public is so that I can ask other people for help pointing at my code.
- All modifying interactions are persisted on disk as events for now. In the long run they are supposed to make REST calls.
- The application terminates after each interaction.
- Each run the application loads it state by replaying all actions from disk.