Crate essential_read
source ·Expand description
Library to read predicates and solutions.
Provides functions to read and optionally deserialize predicates and solutions in JSON format.
Functions§
- Deserialize a contract from bytes.
- Deserialize a solution from bytes.
- Read the contents of a file as bytes.
- Read the contents of files in a directory as a vector of bytes.
- Read and deserialize predicates from a file.
- Read and deserialize contracts in a directory.
- Read and deserialize a solution from a file.
- Read and deserialize solutions in a directory.