package
1.4.0-rc.2
Repository: https://github.com/iotaledger/wasp.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReadFromBytes is a wrapper that uses an object's Read() function to marshal the object from data bytes.
ReadFromFunc allows a reader to use any <Type>FromBytes()-like function as a source.
No description provided by the author
ReadWriteTest can be used with any object that implements IoReader and IoWriter to test whether the Read() and Write() functions complement each other correctly.
No description provided by the author
No description provided by the author
WriteToBytes is a wrapper that uses an object's Write() function to marshal the object to data bytes.

# Structs

Counter implements a read/write stream that can wrap another stream.
Must will wrap a reader stream and will panic whenever an error occurs on that stream.
PushBack implements a pushback wrapper for any read stream.
No description provided by the author
Skipper implements a skip wrapper for any writer stream.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

Buffer implements a hyper-simple and efficient in-memory read/write stream.
No description provided by the author