Docs.rs
cfg-or-panic-0.2.1
cfg-or-panic 0.2.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
BugenZhao
Dependencies
proc-macro2 ^1
normal
quote ^1
normal
syn ^2
normal
Versions
50%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cfg_or_panic
0.2.1
All Items
Attribute Macros
Crate
cfg_or_panic
Copy item path
source
·
[
−
]
Attribute Macros
§
cfg_or_panic
Keep the function body under
#[cfg(..)]
, or replace it with
unimplemented!()
under
#[cfg(not(..))]
.