Crate vlq

Source
Expand description

An implementation of the Base64-encoded VLQ encoding. Note that there are several variants of VLQ. This only implements the variant used by source maps.

Enums§

Error
An error that occurred while decoding.

Functions§

decode
Decode a single VLQ value from the input, returning the value.
encode
Encode a value as Base64 VLQ, sending it to the writer.

Type Aliases§

Result
The result of decoding.