Miden Serialization Utilities
This crate provides serialization and deserialization utilities for the Miden projects.
Features
SerializableandDeserializabletraits for custom types.ByteWritertrait for writing primitive values to byte sinks.ByteReadertrait for reading primitive values from byte sources.SliceReaderstruct - a reader implementation for readingDeserializablefrom a slice of bytes.BudgetedReaderstruct - a reader implementation that enforces a byte budget during deserialization.- Support for both
stdandno_stdenvironments.
Crate Features
std- enabled by default; enables standard library support.
License
Any contribution intentionally submitted for inclusion in this repository, as defined in the Apache-2.0 license, shall be dual licensed under the MIT and Apache 2.0 licenses, without any additional terms or conditions.