From 592f0849b44faafeef010f930397ca8b1f850e33 Mon Sep 17 00:00:00 2001 From: zaidoon Date: Sat, 10 Feb 2024 10:26:52 -0500 Subject: [PATCH] update README and package name --- Cargo.toml | 2 +- README.md | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dfa0778..fa7bf95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "rocksdb" +name = "rust-rocksdb" description = "Rust wrapper for Facebook's RocksDB embeddable database" version = "0.21.0" edition = "2021" diff --git a/README.md b/README.md index f4ef392..725ab73 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,10 @@ rust-rocksdb ============ -![RocksDB build](https://github.com/rust-rocksdb/rust-rocksdb/workflows/RocksDB%20build/badge.svg?branch=master) + [![crates.io](https://img.shields.io/crates/v/rocksdb.svg)](https://crates.io/crates/rocksdb) [![documentation](https://docs.rs/rocksdb/badge.svg)](https://docs.rs/rocksdb) -[![license](https://img.shields.io/crates/l/rocksdb.svg)](https://github.com/rust-rocksdb/rust-rocksdb/blob/master/LICENSE) -[![Gitter chat](https://badges.gitter.im/rust-rocksdb/gitter.png)](https://gitter.im/rust-rocksdb/lobby) -![rust 1.66.0 required](https://img.shields.io/badge/rust-1.66.0-blue.svg?label=MSRV) - - -![GitHub commits (since latest release)](https://img.shields.io/github/commits-since/rust-rocksdb/rust-rocksdb/latest.svg) +[![license](https://img.shields.io/crates/l/rocksdb.svg)](https://github.com/zaidoon1/rust-rocksdb/blob/master/LICENSE) +![rust 1.75.0 required](https://img.shields.io/badge/rust-1.75.0-blue.svg?label=MSRV) ## Requirements @@ -29,6 +25,7 @@ compression submodules: git submodule update --init --recursive ## Compression Support + By default, support for the [Snappy](https://github.com/google/snappy), [LZ4](https://github.com/lz4/lz4), [Zstd](https://github.com/facebook/zstd), [Zlib](https://zlib.net), and [Bzip2](http://www.bzip.org) compression