orx-pseudo-default-derive 1.0.0

Derives the PseudoDefault trait that allows to create a cheap default instance of a type, which does not claim to be useful.
Documentation
[dependencies.quote]
version = "1.0.36"

[dependencies.syn]
features = ["derive", "parsing"]
version = "2.0.74"

[dev-dependencies.orx-pseudo-default]
default-features = false
version = "1.3"

[lib]
proc-macro = true

[package]
authors = ["orxfun <orx.ugur.arikan@gmail.com>"]
categories = ["data-structures", "rust-patterns", "no-std"]
description = "Derives the PseudoDefault trait that allows to create a cheap default instance of a type, which does not claim to be useful."
edition = "2021"
keywords = ["default", "pseudo", "uninitialized", "swap"]
license = "MIT"
name = "orx-pseudo-default-derive"
readme = "README.md"
repository = "https://github.com/orxfun/orx-pseudo-default-derive/"
version = "1.0.0"