kcl-derive-docs 0.1.117

A tool for generating documentation from Rust derive macros
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "2.0.111"

[lib]
bench = false
name = "kcl_derive_docs"
path = "src/lib.rs"
proc-macro = true

[lints.clippy]
assertions_on_result_states = "warn"
dbg_macro = "warn"
iter_over_hash_type = "warn"
lossy_float_literal = "warn"
redundant_clone = "warn"
result_large_err = "allow"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A tool for generating documentation from Rust derive macros"
edition = "2021"
license = "MIT"
name = "kcl-derive-docs"
readme = false
repository = "https://github.com/KittyCAD/modeling-app"
version = "0.1.117"