Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongxin-Hu committed Mar 19, 2024
1 parent a34b9ba commit 9f2e4e5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tabby_kv"
version = "0.1.0"
edition = "2021"
authors = []
authors = ["Yongxin-Hu <[email protected]>"]

[[bin]]
name="server"
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@

<img src="images/logo.png">

## Usage
#### server
``` shell
cargo run --bin server
```
#### client
``` shell
cargo run --bin client
```
## Screenshot
<img src="images/cli_screenshot.png">

## Acknowledge
[pingcap/talent-plan](https://github.com/pingcap/talent-plan)
Expand Down
Binary file added images/cli_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions src/engines/lsm/block/builder.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
use bytes::BufMut;
use structopt::lazy_static::lazy_static;
use crate::engines::lsm::block::Block;
use crate::engines::lsm::key::{KeySlice, KeyVec};

const SIZEOF_U16: usize = std::mem::size_of::<u16>();

Expand Down

0 comments on commit 9f2e4e5

Please sign in to comment.