zbox 0.8.3

ZboxFS is a zero-details, privacy-focused in-app file system.
Documentation
# Generated by Cargo
# will have compiled files and executables
/target/

# Fuzz test directory
/fuzz_test/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock

# Object files
*.o
*.ko
*.obj
*.elf

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

# Misc files
*.log
.DS_Store

# Debug symbols
**/*.dSYM/*

# Build files
/build