aboutsummaryrefslogtreecommitdiff
path: root/src/meta.rs
Commit message (Expand)AuthorAgeFilesLines
* deps(rustc): bump rust toolchainFuwn2024-06-191-15/+4
* fix(meta): use generic lifetime for initialiserFuwn2024-03-241-1/+1
* fmt: update rustfmt.tomlFuwn2023-05-181-7/+3
* refactor: remove seldom used procedural macrosFuwn2023-04-171-0/+165
* feat(macros): general utility macrosFuwn2022-06-141-162/+0
* fix(meta): sort parameters in to_stringFuwn2022-06-101-0/+1
* docs(meta): document Meta methodsFuwn2022-06-101-0/+72
* feat(meta): mutable access to meta for constructionFuwn2022-06-101-1/+10
* feat(meta): impl ToString for MetaFuwn2022-06-101-0/+19
* feat(meta): add gettersFuwn2022-05-181-2/+10
* fix: global clippy lint fixesFuwn2022-05-181-4/+5
* feat(meta): meta-related utilitiesFuwn2022-05-171-0/+52