bstack 0.4.0

A persistent, fsync-durable binary stack backed by a single file
Documentation
# Rust
/target
**/target

# C
/obj
*.o
*.so
*.dylib
*.dll
*.a
test_*
!c/test_*.c

# MacOS
.DS_Store
._*

# Build
/build
**/build

# Generated example data files
*.bstack

# VSCode
.vscode/