paritytech / rust-rocksdb

rust wrapper for rocksdb
Apache License 2.0
15 stars 23 forks source link

Rename crate to parity-rocksdb #18

Closed andresilva closed 6 years ago

andresilva commented 6 years ago

This is necessary to allow publishing to crates.io. Merge only after https://github.com/paritytech/rust-snappy/pull/6 since we'll want to change our snappy dependency to the one we'll publish to crates.io.

andresilva commented 6 years ago

I bumped the version to 0.5, just because we're currently tracking RocksDB v5. I don't have any opinion on version number, let me know if you don't like it.

andresilva commented 6 years ago

I also fixed some tests that were disabled.

dvdplm commented 6 years ago

Closes https://github.com/paritytech/rust-rocksdb/issues/16

andresilva commented 6 years ago

Added the upstream authors as well. I still need to update the snappy-sys dependency (after we publish it) before we merge this.