Initial commit.

This commit is contained in:
2018-01-09 11:33:39 +01:00
commit 92fa9401cf
5 changed files with 291 additions and 0 deletions

19
Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "byte-ngram"
version = "0.1.0"
authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
[dependencies]
serde = "1.0"
serde_derive = "1.0"
[dev-dependencies]
criterion = { git = "https://github.com/japaric/criterion.rs.git" }
rand = "0.4"
[[bench]]
name = "bench"
harness = false
[profile.release]
lto = true