import * as bencodex from "https://deno.land/x/bencodex@0.2.2/src/decoder.ts";
This module contains functions for decoding Bencodex values.
Classes
An exception that is thrown when an error occurs while decoding a Bencodex. |
Functions
Decodes a Bencodex value from the given buffer. | |
Decodes a Bencodex key from the given buffer. | |
Decodes a Bencodex value from the given buffer. |
Interfaces
Options for decoding a Bencodex value. |
Type Aliases
Represents an error that can occur while decoding a Bencodex value. | |
Represents the end-state of decoding. | |
Represents an error that may occur during decoding Bencodex keys. |