Docs.rs
i8051-proc-macro-0.5.0
i8051-proc-macro 0.5.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
mmastrac
Dependencies
proc-macro2 ^1.0
normal
quote ^1.0
normal
syn ^2.0
normal
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate i8051_proc_macro
i8051_
proc_
macro
0.5.0
All Items
Sections
i8051-proc-macro
Crate Items
Macros
Crate
i8051_
proc_
macro
Copy item path
Source
Expand description
§
i8051-proc-macro
This is a support crate with proc macros for the
i8051
crate.
Macros
§
op_def
Desugars and transforms a block of statements into a sequence of op_def_read/of_def_write calls.
unique
Given
unique!(next token...)
, renders
next!(token...)
, keeping only the unique tokens.