-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #11 "truncate decrease size, copy from beginning until size as of…
…fset"
- Loading branch information
1 parent
c106567
commit 3ece433
Showing
4 changed files
with
178 additions
and
50 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "rencfs" | ||
description = "An encrypted file system that mounts with FUSE on Linux. It can be used to create encrypted directories." | ||
version = "0.1.28" | ||
version = "0.1.29" | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
authors = ["Radu Marias <[email protected]>"] | ||
|
@@ -10,6 +10,7 @@ readme = "README.md" | |
keywords = ["filesystem", "fuse", "encryption", "system", "security"] | ||
categories = ["cryptography", "filesystem"] | ||
documentation = "https://docs.rs/rencfs" | ||
exclude = [".github/"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters