lentrait 0.2.3

A trait for implementing len(), hopefully replacing the unmaintained len_trait crate.
Documentation
[dependencies.pyo3]
features = ["extension-module", "abi3-py36"]
optional = true
version = "0.13.2"

[dependencies.serde]
optional = true
version = "1.0.126"

[dependencies.serde_json]
optional = true
version = "1.0.64"

[features]
default = []
serde_crates = ["serde_json", "serde"]

[package]
description = "A trait for implementing len(), hopefully replacing the unmaintained len_trait crate."
edition = "2018"
license = "MIT OR Apache-2.0"
name = "lentrait"
version = "0.2.3"