Expand description
This module contains conversions between various Rust object and their representation in Python.
Modules§
- anyhow
anyhow
- chrono
chrono
Conversions to and from chrono’sDuration
,NaiveDate
,NaiveTime
,DateTime<Tz>
,FixedOffset
, andUtc
. - either
either
- eyre
eyre
- hashbrown
hashbrown
- indexmap
indexmap
Conversions to and from indexmap’sIndexMap
. - num_
bigint num-bigint
- num_
complex num-complex
- num_
rational num-rational
Conversions to and from num-rational types. - rust_
decimal rust_decimal
Conversions to and from rust_decimal’s [Decimal
] type. - serde
serde
- smallvec
smallvec
Conversions to and from smallvec. - std 🔒