import * as mod from "https://deno.land/std@0.37.0/encoding/mod.ts";
Functions
Decode decodes | |
DecodeString returns the bytes represented by the hexadecimal string | |
Encode encodes | |
EncodeToString returns the hexadecimal encoding of | |
Reads | |
Csv parse helper to manipulate data. Provides an auto/custom mapper for columns and parse function for columns and rows. | |
Parses | |
Encode an integer | |
Encode a number | |
Reads an integer from | |
Reads a number from | |
Returns the number of bytes required to store the given data-type. | |
Decode an integer from | |
Decode a number from | |
Writes an integer | |
Writes a number | |
Serializes |
Interfaces
HeaderOptions provides the column definition and the parse function for each entry of the column. | |
Options for working with the | |
Options for working with the |
Type Aliases
How encoded binary data is ordered. |