Added
- You can now use YAML to store your collections! The default format still is JSON. #30
- If you want to use yaml by default, add
preferred_collection_file_format = "yaml"
to your app config file. All the new collections will have the yaml format.
- If you want to use yaml by default, add
Improved
- Replaced all std RwLocks by parking_lot RwLocks to gain speed and reduce data size.