Module stream_vbyte::scalar[][src]

Structs

Encoder/Decoder that works on every platform, at the cost of speed compared to the SIMD accelerated versions.

Scalar decoder produces numbers one by one, so there is no quad to unbundle. Any implementations of DecodedQuadSink<EmptyQuad> can safely use unreachable!() or equivalent.