tikv / rust-rocksdb

rust wrapper for rocksdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish pingcap/rust-rocksdb to crates.io as TiRocks

yiwu-arbug opened this issue · comments

To support community users of pingcap/rust-rocksdb, we would like to publish pingcap/rust-rocksdb to crates.io using the name "tirocks". We plan to use the same versioning as tikv, and have a roughly the same release schedule as tikv.

commented

There are also a few things to do:

  • Update README and Cargo.toml to use the latest name
  • Cleanup Cargo.toml to remove unnecessary dependencies or git dependencies.

We use git dependencies to support statically linking. We need to come up with another way.

commented

tirocks can use its own version and release schedule just like grpcio or raft-rs. Besides, I don't think tirocks can reach 1.0 yet. It needs to fill a lot of missing documents at least.

if that the practice of grpcio and raft-rs, let's have tirocks release separately then.

commented

Any progress on this?

No progress yet. May not have time to work on it this month.