pyo3_special_method_derive_lib

Crates.iopyo3_special_method_derive_lib
lib.rspyo3_special_method_derive_lib
version0.3.1
sourcesrc
created_at2024-06-25 18:07:51.981234
updated_at2024-07-19 18:43:18.00245
descriptionAutomatically derive Python dunder methods for your Rust code
homepage
repositoryhttps://github.com/EricLBuehler/pyo3-special-method-derive
max_upload_size
id1283593
size8,887
Eric Buehler (EricLBuehler)

documentation

README

pyo3-special-method-derive-lib

This crate provides traits necessary for pyo3-special-method-derive.

This crate exports 2 traits which should be implemented for every type for which its field or variant is not skipped.

It also exports a macro to use the Debug and Display traits to generate a PyDebug and PyDisplay implementation.

Commit count: 36

cargo fmt