pcf 0.0.2

Reference implementation of the Partitioned Container Format (PCF) v1.0
Documentation
# --- Rust / Cargo ---
/target
Cargo.lock
**/*.rs.bk

# --- JetBrains (RustRover / IntelliJ) ---
.idea/
*.iml
*.iws
*.ipr
out/

# --- macOS ---
.DS_Store
.AppleDouble
.LSOverride
._*

# --- Edytory ---
*.swp
*.swo
*~
.vscode/