bstack 0.1.3

A persistent, fsync-durable binary stack backed by a single file
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Rust
/target

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

# MacOS
.DS_Store
._*

# Build
/build