Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rim99 committed Sep 22, 2024
1 parent 59df310 commit 7adbcb1
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ Almost-complete bindings for leveldb for Rust.

## Rust version policy

`leveldb` is built and tested on stable releases of Rust. This are currently `1.31.0` and `1.43.1`. Nightlies
might not build at any point and failures are allowed. There are no known issues with nightlies, though.
`leveldb` is built and tested on stable releases of Rust. Latest tested version: 1.80.1

## Prerequisites
## Dependencies

`snappy` and `leveldb` need to be installed. On Ubuntu, I recommend:

```sh
sudo apt-get install libleveldb-dev libsnappy-dev
```
- LevelDB: master branch, commit id: 23e35d7
- Snappy: v1.2.1

## Usage

Expand All @@ -24,7 +20,7 @@ If your project is using [Cargo](http://crates.io), drop the following lines in
```text
[dependencies]
leveldb = "0.8"
leveldb-rs-binding = "0.8"
```

## Development
Expand Down

0 comments on commit 7adbcb1

Please sign in to comment.