| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Centralize package metadata in the workspace `Cargo.toml` and inherit
it in sub-crates. Add license symlinks and README symlinks to the
workspace root. Set `documentation` URLs for library crates.
|
| |
|
|
|
|
|
|
| |
Move the old `tmpl!` and `tmpl_param!` macros into a dedicated
`just_template_macros` proc-macro crate. The new `tmpl!` macro supports
both simple parameter assignment and multi-arm implementation blocks
with per-arm overrides. Remove the deprecated `deprecated` module and
update tests accordingly.
|
| | |
|
| | |
|
| |
|
|
| |
Fix empty impl block generating unnecessary newlines
|
| | |
|
| | |
|
| |
|