Expand description
Functions, traits, methods, and types to improve security and simplicity.
Modules§
- pack
- Basic traits for easy binary serialization and optionally compression.
- raw
- Core primitives, byte casting, and (mostly) safe wrappers for handling raw bytes.
- valid
- A small module with traits to improve soundness in any codebase.
Structs§
- Briny
Error - A general error for anything that goes wrong internally.
Traits§
- Safe
Memory - A simple marker trait which tells the program that a type is safe to operate on in most cases.