educe 0.6.0

This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.
Documentation
[dependencies.enum-ordinalize]
default-features = false
features = ["derive"]
version = "4.2"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
[dev-dependencies.assert-eq-float]
version = "0.1"

[dev-dependencies.rustversion]
version = "1"

[dev-dependencies.syn]
features = ["full"]
version = "2"

[features]
Clone = []
Copy = []
Debug = []
Default = []
Deref = []
DerefMut = []
Eq = []
Hash = []
Into = []
Ord = []
PartialEq = []
PartialOrd = []
default = ["Debug", "Clone", "Copy", "PartialEq", "Eq", "PartialOrd", "Ord", "Hash", "Default", "Deref", "DerefMut", "Into"]
full = ["syn/full"]

[lib]
proc-macro = true

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["no-std", "rust-patterns"]
description = "This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits."
edition = "2021"
homepage = "https://magiclen.org/educe"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["derive", "macro", "trait", "field", "procedural"]
license = "MIT"
name = "educe"
readme = "README.md"
repository = "https://github.com/magiclen/educe"
rust-version = "1.60"
version = "0.6.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]