Module rateslib::json

source ·
Expand description

Allows serialization and deserialization to JSON, with the serde crate.

Modules§

  • Wrapper to allow de/serializable objects in Rust to be passed to/from Python using pyo3 bindings.

Traits§

  • Handles the to and from JSON conversion.