Docs.rs
stageleft_macro-0.13.2
stageleft_macro 0.13.2
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
MingweiSamuel
shadaj
Dependencies
proc-macro-crate ^3.3
normal
proc-macro2 ^1
normal
quote ^1
normal
sha2 ^0.10.0
normal
syn ^2
normal
insta ^1.39
dev
prettyplease ^0.2.0
dev
Versions
60%
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
Skip to main content
Crate stageleft_macro
stageleft_
macro
0.13.2
All Items
Crate Items
Macros
Attribute Macros
Crate
stageleft_
macro
Copy item path
Source
Macros
§
q
Creates a quoted expression for Hydro.
quse_fn
Attribute Macros
§
entry
Defines an entrypoint for staged code, which will be available as a proc macro. The entrypoint must be a function that returns
impl Quoted<T>
for some type
T
.
export
Marks that a macro invocation creates one or more
pub
items. Must be invoked via
#[stageleft::export(...)]
, do not do
use
.