mobilecoinfoundation / serial

MobileCoin Serialization Helpers

Home Page:https://mobilecoin.foundation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MobileCoin: Serialization Wrappers

Project ChatLicenseArchitecture: anyCrates.ioDocs StatusDependency StatusCodeCov StatusGitHub Workflow StatusContributor Covenant

Basic wrappers for serialization.

The goal of this crate is to provide a single common interface to whatever third-party serialization library we choose, so that we can easily change it later. Please call into this crate rather than talking to bincode etc. directly, for data that is being passed to / from the enclave.

About

MobileCoin Serialization Helpers

https://mobilecoin.foundation/

License:Apache License 2.0


Languages

Language:Rust 100.0%