audio-plugin-bsd 0.1.1

Dynamic .so audio-plugin loader with ABI verification and FreeBSD Capsicum/pdfork per-process sandboxing for real-time audio in Rust
Documentation
# Rust build artifacts
/target/
**/*.rs.bk

# Library crates conventionally do not commit Cargo.lock
Cargo.lock

# proptest failure seed files (generated on property-test failure)
proptest-regressions/

# dynamically-loaded plugin artifacts produced by examples/tests
*.so
*.dylib
*.dll

# editor/OS
*.swp
*~
.DS_Store