Docs.rs
serde_macros-0.6.12
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
serde_macros 0.6.12
Macros to auto-generate implementations for the serde framework
Crate
Source
Builds
Feature flags
Hide files
benches
foo.dSYM
src
tests
bar.rs
bench-606762c8cf051d2b
Cargo.toml
foo
foo.d
foo.ll
foo.rs
gen1.rs
gen1.rs.bk
gen2.rs
libbar.rlib
1
2
3
4
5
6
7
8
9
use
std
::
u64
;
pub
fn
foo
(
x
:
bool
)
->
u64
{
if
x
{
u64
::
MAX
}
else
{
0
}
}