-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Message binary decoding support from ContiguousBytes.
ContiguousBytes should allow other libraries that have their own "buffer" types to directly decode things without having to copy the payloads into a Data first. - Add a new init. - Add a new merge. - Redirect the Data interfaces thru the ContiguousBytes interfaces.
- Loading branch information
Showing
1 changed file
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters