Docs.rs
phper-alloc-0.7.0
phper-alloc 0.7.0
Docs.rs crate page
MulanPSL-2.0
Links
Repository
crates.io
Source
Owners
jmjoy
Dependencies
phper-sys ^0.7.0
normal
phper-build ^0.7.0
build
Versions
66.67%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
In phper_alloc
?
Macro
phper_alloc
::
ebox
source
·
[
−
]
macro_rules!
ebox { (
$arg
:tt) => { ... }; }
Expand description
Wrapper of
EBox::new
.
Examples
let _ = ebox!(1);