package
0.24.0
Repository: https://github.com/ipfs/boxo.git
Documentation: pkg.go.dev

# Functions

Filter returns an iterator that filters out values that don't satisfy the predicate f.
FromReaderJSON returns an iterator over the given reader that reads whitespace-delimited JSON values.
FromSlice returns an iterator over the given slice.
Map invokes f on each element of iter.
No description provided by the author
No description provided by the author
ToResultIter returns an iterator that wraps each value in a Result.

# Structs

No description provided by the author
JSONIter iterates over whitespace-delimited JSON values of a byte stream.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Iter is an iterator of arbitrary values.
No description provided by the author