crabfit/api/adaptors/memory
2023-05-15 23:51:12 +10:00
..
src Include documentation for API and subcrates 2023-05-15 23:51:12 +10:00
Cargo.toml Include documentation for API and subcrates 2023-05-15 23:51:12 +10:00
README.md Include documentation for API and subcrates 2023-05-15 23:51:12 +10:00

Memory Adaptor

This adaptor stores everything in memory, and all data is lost when the API is stopped. Useful for testing.

Warning

Do not use this adaptor in production!