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

https://github.com/chamons/cache_response

A little crate for caching responses in a local sqlite database
https://github.com/chamons/cache_response

Last synced: 16 days ago
JSON representation

A little crate for caching responses in a local sqlite database

Awesome Lists containing this project

README

          

# Cache Response

This crate is a simple wrapper around a sqlite database for storing immutable responses you want to cache for one-off programs.

This is not for high throughput production use case.