File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ matrix:
1414git :
1515 depth : 10
1616
17- before_script :
18- - chmod +x benches-compare.sh
19-
2017script :
2118 - cargo build --verbose
2219 - cargo test --verbose
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ name = "hashcow"
33version = " 0.1.0"
44authors = [" Octavian Oncescu <octavonce@gmail.com>" ]
55edition = " 2018"
6+ repository = " https://github.com/purpleprotocol/hashcow"
7+ keywords = [" cow" , " hashmap" ]
8+ categories = [" data-structures" ]
9+ description = " A Rust HashMap implementation with copy-on-write keys and values"
10+ license = " MIT"
11+ readme = " README.md"
612
713[dependencies ]
814hashbrown = { version = " 0.1.8" , features = [" rayon" ] }
Original file line number Diff line number Diff line change 11# HashCow
22[ ![ Build Status]] [ travis ] [ ![ Discord Badge]] [ Discord ] [ ![ Latest Version]] [ crates.io ] [ ![ Documentation]] [ docs.rs ]
33
4- HashCow is a HashMap implementation with copy-on-write keys and values.
4+ HashCow is a Rust HashMap implementation with copy-on-write keys and values.
55
66---
77
You can’t perform that action at this time.
0 commit comments