-
Notifications
You must be signed in to change notification settings - Fork 0
Multi materialism for GOPL
License
syntelos/go-mult
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MULTI/FORMAT/CODEC I/O /* * Encoded data set content object. */ type Object []byte /* * Binary code user interface. */ type IO interface { Write(io.Writer) (error) Read(io.Reader) (error) } References [MULF] https://multiformats.io/ [MUCT] https://github.com/multiformats/multicodec/blob/master/table.csv
About
Multi materialism for GOPL
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published