Releases: WYCLIFF001/secbuf
Releases · WYCLIFF001/secbuf
secbuf v0.1.1 - Initial Release
secbuf v0.1.1 - Initial Release
Secure, high-performance buffer management for Rust with automatic memory zeroing and aggressive cleanup.
Features
- 🔒 Automatic secure memory zeroing on drop
- ⚡ Lock-free buffer pools with thread-local caching
- 🎯 Zero-copy circular buffers
- 🧹 Aggressive memory management
- 🔄 Connection lifecycle management
- 📊 Memory diagnostics
Installation
[dependencies]
secbuf = "0.1.1"See the documentation for usage examples.
### 3. Announce It! 📣
**Reddit - r/rust**
Title: secbuf 0.1.1- Secure buffer management with automatic memory zeroing
I'm excited to announce the first release of secbuf, a library for secure,
high-performance buffer management in Rust!
Key features:
- Automatic secure memory zeroing (via zeroize)
- Lock-free buffer pools with thread-local caching (~5ns allocation)
- Zero-copy circular buffers for streaming
- Connection-scoped lifecycle management
- Inspired by Dropbear SSH's buffer patterns
Perfect for network servers, cryptographic systems, and any security-critical
application handling sensitive data.
📦 https://crates.io/crates/secbuf
📖 https://docs.rs/secbuf
💻 https://github.com/WYCLIFF001/secbuf
Feedback welcome!
🦀 Just published secbuf v0.1.1!
Secure buffer management for Rust:
- Auto memory zeroing
- Lock-free pooling
- Zero-copy operations
- Inspired by Dropbear SSH
https://crates.io/crates/secbuf
#rustlang #security