Expand description
File I/O utilities for problem serialization.
This module provides functions for reading and writing problems to various file formats using serde.
Enums§
- File
Format - Supported file formats.
Functions§
- from_
json - Deserialize a problem from a JSON string.
- read_
file - Read a file to a string.
- read_
problem - Read a problem from a file.
- to_json
- Serialize a problem to a JSON string.
- to_
json_ compact - Serialize a problem to a compact JSON string.
- write_
file - Write a string to a file.
- write_
problem - Write a problem to a file.