pqc-binary-format 1.0.13

Standardized binary format for post-quantum cryptography encrypted data interchange
Documentation
# Rust build artifacts
/target/
**/*.rs.bk
*.pdb

# Cargo lock file (for libraries, this can be excluded)
# Cargo.lock

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Test artifacts
*.profraw
*.profdata

# Documentation build
/target/doc/

# Benchmark results
/target/criterion/

# C/C++ build artifacts
bindings/c-cpp/example
examples/c/basic_usage
examples/cpp/basic_usage
*.o
*.so
*.dylib
*.dll

# Build outputs
build-output.txt
.venv/