Skip to content

Commit

Permalink
docs: enhancement of the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-herlemont committed Nov 1, 2023
1 parent a1e3b70 commit cddd5ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
repository = "https://github.com/vincent-herlemont/struct_db"
readme = "README.md"
build = "build.rs"
keywords = ["embedded", "database", "persistence", "key-value-store", "lmdb"]
keywords = ["embedded", "database", "multi-platform", "android", "ios"]
categories = ["database-implementations", "concurrency", "data-structures", "caching", "algorithms"]

[workspace]
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
<!-- ALL-CONTRIBUTORS-BADGE:END -->


Provides a drop-in, fast, and embedded database solution based on [redb](https://github.com/cberner/redb), focusing on maintaining coherence between Rust
types
and stored data with minimal boilerplate. It supports multiple indexes, real-time watch with filters, schema migration, enjoy πŸ˜ŒπŸƒ.
Here's a drop-in, fast, embedded database solution based on [redb](https://github.com/cberner/redb) for
multi-platform applications (server, desktop, mobile).
It's focused on maintaining coherence between Rust types and stored data with minimal boilerplate.
It supports multiple indexes, real-time watch with filters, schema migration. Enjoy! πŸ˜ŒπŸƒ.

# Features

Expand Down

0 comments on commit cddd5ba

Please sign in to comment.