serpyco-rs icon indicating copy to clipboard operation
serpyco-rs copied to clipboard

Fast Python dataclasses serialization

Results 9 serpyco-rs issues
Sort by recently updated
recently updated
newest added

Maybe like this: ```python from dataclasses import dataclass from serpyco_rs import Serializer from serpyco_rs._main import Override from serpyco_rs.metadata import CamelCase, OmitNone, MinLength @dataclass class B: foo: str @dataclass class A:...

Bumps [pyo3-build-config](https://github.com/pyo3/pyo3) from 0.21.2 to 0.22.2. Release notes Sourced from pyo3-build-config's releases. PyO3 0.22.2 This release contains some minor reliability fixes building upon PyO3 0.22.1. As PyO3 is still working...

dependencies
rust

Bumps [speedate](https://github.com/pydantic/speedate) from 0.14.0 to 0.14.4. Release notes Sourced from speedate's releases. v0.14.4 (2024-07-03) What's Changed Truncate negative millisecond fractions by @​sydney-runkle in pydantic/speedate#71 Full Changelog: https://github.com/pydantic/speedate/compare/v0.14.3...v0.14.4 v0.14.3 What's Changed...

dependencies
rust

Hi, We have a performance critical section of code that looks like `orjson.dumps(CustomSerializer.dump(message)).decode()` The serializer uses serpyco-rs to dump to python object, which is then used by orjson to dump...

Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.22.2 to 0.22.3. Release notes Sourced from pyo3's releases. PyO3 0.22.3 This release contains a number of quality improvements building upon PyO3 0.22.2. Python function calls (using...

dependencies
rust