index
:
get
master
A rust proc macro crate to generate getter methods.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
trybuild
/
unit-struct.rs
blob: 5a3ed0c8b8a595978a9e7e07c1dafd08664b5d1f (
plain
)
1
2
3
4
5
6
use
get
::
Get
;
#[derive(Get)]
struct
Cat
;
pub
fn
main
()
{}