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 193bd92 commit 127b200Copy full SHA for 127b200
Cargo.toml
@@ -1,11 +1,11 @@
1
[package]
2
name = "odht"
3
version = "0.1.0"
4
-authors = ["Michael Woerister <michaelwoerister@posteo.de>"]
5
edition = "2018"
6
license = "MIT OR Apache-2.0"
7
exclude = ["/.github/*"]
8
description = "A Rust crate for hash tables that can be mapped from disk into memory without the need for up-front decoding."
+repository = "https://github.com/rust-lang/odht"
9
10
[dependencies]
11
cfg-if = "1.0.0"
README.md
@@ -1,4 +1,4 @@
-
+
# odht
0 commit comments