Docs.rs
openai-magic-instantiate-derive-0.2.0
openai-magic-instantiate-derive 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
grantslatton
Dependencies
heck ^0.4
normal
proc-macro2 ^1
normal
quote ^1
normal
syn ^2
normal
Versions
25%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
openai_magic_instantiate_derive
0.2.0
All Items
Macros
Derive Macros
?
Crate
openai_magic_instantiate_derive
source
·
[
−
]
Macros
§
implement_integers
implement_tuples
Derive Macros
§
MagicInstantiate
Derive the
MagicInstantiate
trait for a struct or enum. Descriptions and validators can be added to fields using the
#[magic(description = ...)]
and
#[magic(validator = ...)]
attributes.