An open API service indexing awesome lists of open source software.

https://github.com/brutus5000/contractmanager


https://github.com/brutus5000/contractmanager

Last synced: 2 months ago
JSON representation

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.