Expand description
Rust custom data types used for catalog roundtrip testing.
Exposed to Python via the persistence PyO3 module so Python tests can exercise custom data write/query roundtrips.
Structs§
- Macro
Yield Curve Data - YieldCurveData-equivalent custom data type using the macro with
Vec<f64>fields. - Rust
Test Custom Data - A simple Rust custom data type for roundtrip testing.
- Rust
Test Hash MapCustom Data - Rust custom data type that exercises generic JSON map field support.
- Rust
Test Params Custom Data - Rust custom data type that exercises
Paramsfield support in the macro. - Rust
Test Price MapCustom Data - Rust custom data type that exercises typed map field support in the macro.
- Rust
Test Serde Field Custom Data - Rust custom data type that exercises arbitrary Serde field support.
- Rust
Test Serde Field Payload - Plain Serde payload stored inside custom data without its own timestamps.
- Rust
Test Typed MapCustom Data - Rust custom data type that exercises typed JSON map values across PyO3-supported types.
Enums§
- Rust
Test Serde Field Kind - Plain Serde enum stored inside custom data as a field.