pyo3/src/conversions
2024-01-02 20:47:42 +00:00
..
std Duration: drops truncation warning 2023-12-20 08:57:26 +01:00
anyhow.rs docs: remove workarounds for #[doc = concat!(...)] following msrv bump 2023-06-08 21:04:49 +01:00
chrono.rs Add .as_borrowed() conversion from gil-refs to Bound<T> 2023-12-26 09:49:03 +00:00
either.rs Fix missing feature flags in implementation of Either conversion. 2024-01-02 20:47:42 +00:00
eyre.rs docs: remove workarounds for #[doc = concat!(...)] following msrv bump 2023-06-08 21:04:49 +01:00
hashbrown.rs Add support for extracting Rust set types from frozenset 2023-12-07 20:25:31 +08:00
indexmap.rs amend code for PyDict::get_item change 2023-09-09 12:23:06 +01:00
mod.rs add conversion support for either::Either 2023-11-24 22:09:34 +00:00
num_bigint.rs further refactor num-bigint conversion 2023-08-18 22:27:47 +01:00
num_complex.rs add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
rust_decimal.rs remove all functionality deprecated in 0.19 2023-11-27 22:02:19 +00:00
serde.rs docs: remove workarounds for #[doc = concat!(...)] following msrv bump 2023-06-08 21:04:49 +01:00
smallvec.rs Add support for SmallVec in conversion traits (#3440) 2023-10-11 17:14:23 +03:00