Docs.rs
synthez-core-0.3.1
synthez-core 0.3.1
Permalink
Docs.rs crate page
BlueOak-1.0.0
Links
Homepage
Repository
crates.io
Source
Owners
tyranron
Dependencies
proc-macro2 ^1.0.4
normal
quote ^1.0.9
normal
sealed ^0.5
normal
syn ^2.0
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
synthez_core/codegen/
mod.rs
1
//! Code generation implementations.
2
3
pub mod
parse_attrs;
4
pub mod
to_tokens;