summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-26tag 0.1.0v0.1.0vJohn Turner
2025-10-26impl deref gettersJohn Turner
2025-10-26add licenseJohn Turner
2025-10-21remove if_chain depedency and update depsJohn Turner
2023-09-10added todosJohn Turner
2023-04-22fixupJohn Turner
2023-04-21updated docs to include field hidingJohn Turner
2023-04-20added "hide" attribute to disable getters on specific fieldsJohn Turner
2023-04-20added top level docsJohn Turner
2023-04-20improved error messages for attribute-less tuple struct fieldsJohn Turner
2023-04-20expand_getter takes field_name by ref instead of by valueJohn Turner
2023-04-20expand_getter takes method_name as an Ident instead of strJohn Turner
2023-04-20added GetCopy derive macroJohn Turner
2023-04-19renamed test structsJohn Turner
2023-04-19reworded the error returned on invalid name value pairJohn Turner
2023-04-19refactored code with if_chainJohn Turner
2023-04-19added if_chain to dependenciesJohn Turner
2023-04-17added test case invalid-attribute.rsJohn Turner
2023-04-17expect number of name value parameters is in rangeJohn Turner
2023-04-17added test case tuple-struct-without-attribute.rsJohn Turner
2023-04-17added test case unit-struct.rsJohn Turner
2023-04-17Get derive macro implemented & tests passJohn Turner
2023-04-16added trybuild to dev-dependenciesJohn Turner
2023-04-12initJohn Turner