ParkMyCar / compact_str

A memory efficient string type that can store up to 24* bytes on the stack
MIT License
638 stars 46 forks source link

Support for zeroize #384

Open NobodyXu opened 3 months ago

NobodyXu commented 3 months ago

Supporting zeroize will enable CompactString to store auth token or secrets which needs to be erased when dropped