index
:
get
master
A rust proc macro crate to generate getter methods.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-10-26
tag 0.1.0v
0.1.0v
John Turner
2025-10-26
impl deref getters
John Turner
2025-10-26
add license
John Turner
2025-10-21
remove if_chain depedency and update deps
John Turner
2023-09-10
added todos
John Turner
2023-04-22
fixup
John Turner
2023-04-21
updated docs to include field hiding
John Turner
2023-04-20
added "hide" attribute to disable getters on specific fields
John Turner
2023-04-20
added top level docs
John Turner
2023-04-20
improved error messages for attribute-less tuple struct fields
John Turner
2023-04-20
expand_getter takes field_name by ref instead of by value
John Turner
2023-04-20
expand_getter takes method_name as an Ident instead of str
John Turner
2023-04-20
added GetCopy derive macro
John Turner
2023-04-19
renamed test structs
John Turner
2023-04-19
reworded the error returned on invalid name value pair
John Turner
2023-04-19
refactored code with if_chain
John Turner
2023-04-19
added if_chain to dependencies
John Turner
2023-04-17
added test case invalid-attribute.rs
John Turner
2023-04-17
expect number of name value parameters is in range
John Turner
2023-04-17
added test case tuple-struct-without-attribute.rs
John Turner
2023-04-17
added test case unit-struct.rs
John Turner
2023-04-17
Get derive macro implemented & tests pass
John Turner
2023-04-16
added trybuild to dev-dependencies
John Turner
2023-04-12
init
John Turner