* set readme banners to absolute url
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
* Revert "set readme banners to absolute url"
This reverts commit c46b464c69.
* update banners to absolute paths
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
* Revert "update banners to absolute paths"
This reverts commit c8b8f9309e.
* fix banner paths
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
* Revert "fix banner paths"
This reverts commit 27edc59b41.
* fix banners...again
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
---------
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
* feat(store): expose Store to Rust code in a meaningful way
* manually implement Default to improve generic inference
* update readme
* rename method
* make error Send and Sync
* make `use_store` more ergonomic
* export JsonValue
* fix readme example
* fmt
---------
Co-authored-by: FabianLars <fabianlars@fabianlars.de>