We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e18f6 commit c9bb14cCopy full SHA for c9bb14c
Cargo.toml
@@ -2,8 +2,15 @@
2
name = "mmap-bitvec"
3
version = "0.4.0"
4
authors = ["Roderick Bovee <roderick@onecodex.com>"]
5
+description = "A library for working with bit-vectors backed by memory-mapped files"
6
+keywords = ["bitvec", "bitvector", "bioinformatics"]
7
+categories = ["science", "data-structures"]
8
autobenches = false
9
edition = "2021"
10
+readme = "./README.md"
11
+license = "MIT"
12
+repository = "https://github.com/onecodex/mmap-bitvec"
13
+
14
15
[dependencies]
16
memmap2 = "0.5"
0 commit comments