Docs.rs
boxify-macro-0.1.0
boxify-macro 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
chipshort
Dependencies
litrs ^0.4.1
normal
proc-macro2 ^1.0.78
normal
quote ^1.0.35
normal
syn ^2.0.48
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
boxify_
macro
0.1.0
All Items
Crate Items
Macros
Crate
boxify_macro
Copy item path
Source
Expand description
Proc-macro crate for
boxify
crate. Please see
boxify
for more information.
Macros
ยง
boxify
Places the given value on the heap, like
Box::new
, but without creating it on the stack first. This is useful for values that are too big to be created on the stack.