WebOfTrust / cesrox

Rust implementation of core CESR encoding format. A bridge to the beautiful island.
Apache License 2.0
2 stars 8 forks source link

Create four test cases as a starting point for the external API in JSON, CBOR, MsgPK, and CESR #13

Open kentbull opened 1 year ago

kentbull commented 1 year ago

The public API should support consuming a byte stream, peeking at that byte stream to determine the serialization format by looking at the first three bits, and then return a result indicating the serialization type similar to Result<SerializationGeneric, Error> that indicates the type of serialization it was sent.