- [ ] Replace `{ (*self.object.cast::<PyDictObject>()).ma_used }` with `{ pyo3::ffi::PyDict_Size(self.object) }` - [ ] Add CI builds for testing & building the wheels Though, due to C API, this library will be slower than alternative ones