Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kkli08 committed Oct 8, 2024
1 parent a494acf commit 329cc7e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,12 @@ message KeyValue {
[//]: # (![UML](img/uml/kvdb_s2_uml_v2.1.jpg))


### Supported Language
| Language | Status |
|----------|-------|
| C++ ||
| Rust ||

### Supported Platforms and Compilers
The KV-Store system has been tested across multiple platforms and compilers. Below is the current support status:

Expand Down
7 changes: 6 additions & 1 deletion documentation/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,13 @@ enum KeyValueType { INT, LONG, DOUBLE, CHAR, STRING };
[//]: # (![UML](img/uml/kvdb_s2_uml_v2.1.jpg))
## Supported Language
| Language | Status |
|----------|-------|
| `C++` | ✅ |
| `Rust` | ❎ |
## Supported Platforms
## `C++` Supported Platforms
The KV-Store system has been tested across multiple platforms and compilers. Below is the current support status:
| Platform | Compiler | Status |
Expand Down

0 comments on commit 329cc7e

Please sign in to comment.