log rust/pyo3-sharedref/src/lib.rs @ 52635:c25d345f5aa5

age author description
Sun, 15 Dec 2024 15:03:27 +0100 Georges Racinet rust-pyo3-sharedref: renamed PySharedRefCell to PyShareable
Sun, 15 Dec 2024 13:58:31 +0100 Georges Racinet rust-pyo3-sharedref: replaced borrow/borrow_mut with RwLock namings
Sun, 15 Dec 2024 14:42:53 +0100 Georges Racinet rust-pyo3-sharedref: reworked constructors
Sun, 15 Dec 2024 16:32:24 +0100 Georges Racinet rust-pyo3: initial port of PySharedRef