Secure Vault 🔐
A simple Rust crate for protecting sensitive data in memory. Perfect for API keys, tokens, and passwords.
Quick Start
[]
= "0.1.1"
{protect, SecureVault};
{
// Protect secrets with one line
{
= "sk_live_123456789";
= "super_secret";
}
// Use securely
key| {
"API Key: {}...", &key[..10]);
});
}
🛡️ Simple macro-based protection
🔒 Safe debug output
📦 Zero dependencies
🚀 Production ready
{
= "postgres://user:pass@localhost/db";
= "jwt_signing_key";
}
url| {
});
APIs, and web services
**แค่นี้พอครับ!** Copy ไปวางในไฟล์ `README.md` แล้วรัน:
```bash
ได้เลย 🚀