Module oxischeme::read [-]  [+] [src]

Parsing values.

Structs

Location

A source location.

Read

Read iteratively parses values from the input Reader.

Functions

read_from_bytes

Create a Read instance from a byte vector.

read_from_file

Create a Read instance from the file at path_name.

read_from_str

Create a Read instance from a &str.

read_from_string

Create a Read instance from a String.

Type Definitions

SchemeResultAndLocation

A pair of SchemeResult and Location.