Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
duplexsystem committed Jan 3, 2023
1 parent fb48b93 commit bd65479
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ openssl = "0.10.45" # System openssl for encryption. Well respected and it a com
memmap2 = "0.5.8" # For memory mapping files
fs3 = "0.5.0" # For file locking
close-file = "0.1.0"
positioned-io = "0.3.1"
positioned-io = "0.3.1"

[lib]
crate_type = ["cdylib"]
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# p2vec
TODO:
Non random files for oversized chunks
better error handling
io-uring backend
writing (important)

0 comments on commit bd65479

Please sign in to comment.