Docs.rs
cfg-or-panic-0.2.0
cfg-or-panic 0.2.0
Docs.rs crate page
Apache-2.0
19 September 2023
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
Go to latest version
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 cfg_or_panic
Version 0.2.0
All Items
Attribute Macros
?
Crate
cfg_or_panic
source
·
[
−
]
Attribute Macros
cfg_or_panic
Keep the function body under
#[cfg(..)]
, or replace it with
unimplemented!()
under
#[cfg(not(..))]
.