Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 authored Dec 15, 2023
1 parent 4720fe3 commit 8bbb295
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
[![docs.rs](https://img.shields.io/docsrs/lsm-tree?color=green)](https://docs.rs/lsm-tree)
[![Crates.io](https://img.shields.io/crates/v/lsm-tree?color=blue)](https://crates.io/crates/lsm-tree)

A K.I.S.S. implementation of log-structured merge trees (LSM-trees/LSMTs).
A K.I.S.S. implementation of log-structured merge trees (LSM-trees/LSMTs) in Rust.

## Basic usage

```bash
cargo add lsm-tree
Expand Down

0 comments on commit 8bbb295

Please sign in to comment.