This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Import rocksdb-eval as mastiff-index (#14)
[rocksdb-eval](https://github.com/luizirber/2022-06-26-rocksdb-eval) is the mastiff PoC, and since sourmash-bio/sourmash#2230 inherited the sourmash parts (the Index implementation) it makes sense to move some operational tools (like `index`, `update`,`check`, and `convert`) here and archive the repo.
- Loading branch information
Showing
9 changed files
with
1,048 additions
and
234 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[package] | ||
name = "mastiff-index" | ||
version.workspace = true | ||
edition = "2021" | ||
license = "AGPL" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
camino.workspace = true | ||
clap.workspace = true | ||
env_logger.workspace = true | ||
histogram.workspace = true | ||
log.workspace = true | ||
numsep.workspace = true | ||
size.workspace = true | ||
sourmash.workspace = true |
Oops, something went wrong.