Module source

Module source 

Source
Expand description

ChiselSource and implementations.

Structs§

ChiselSourceBufRead
A wrapper struct that implements ChiselSource via a BufRead implementation.
ChiselSourceRead
A wrapper struct that implements ChiselSource via a Read implementation.

Enums§

ChiselSourceError
The common error type for operations on ChiselSources.

Traits§

ChiselSource
A “source” for chiseling bytes out of.