Expand description
This module contains conversions between various Rust object and their representation in Python.
Modules§
- anyhowanyhow
- A conversion from anyhow’s Errortype toPyErr.
- bigdecimalbigdecimal
- Conversions to and from bigdecimal’s [BigDecimal] type.
- chronochrono
- Conversions to and from chrono’s Duration,NaiveDate,NaiveTime,DateTime<Tz>,FixedOffset, andUtc.
- eithereither
- Conversion to/from
either’s
Eithertype to a union of two Python types.
- eyreeyre
- A conversion from
eyre’s
Reporttype toPyErr.
- hashbrownhashbrown
- Conversions to and from hashbrown’s
HashMapandHashSet.
- indexmapindexmap
- Conversions to and from indexmap’s
IndexMap.
- jiffjiff-02
- Conversions to and from jiff’s Span,SignedDuration,TimeZone,Offset,Date,Time,DateTime,Zoned, andTimestamp.
- num_bigint num-bigint
- Conversions to and from num-bigint’s BigIntandBigUinttypes.
- num_complex num-complex
- Conversions to and from num-complex’
Complex<f32>andComplex<f64>.
- num_rational num-rational
- Conversions to and from num-rational types.
- rust_decimal rust_decimal
- Conversions to and from rust_decimal’s [Decimal] type.
- serdeserde
- Enables (de)serialization of Py<T>objects via serde.
- smallvecsmallvec
- Conversions to and from smallvec.
- std 🔒
- timetime
- Conversions to and from time’s Date,Duration,OffsetDateTime,PrimitiveDateTime,Time,UtcDateTimeandUtcOffset.
- uuiduuid
- Conversions to and from uuid’s Uuidtype.