Skip to content

Conversation

@RAprogramm
Copy link
Owner

Summary

  • add a public error::template module that parses #[error("…")] strings into reusable segments and metadata for future derive work
  • implement the parser and formatting helpers, plus comprehensive unit tests, under src/error/template
  • document the new building block in the README/CHANGELOG and expose the module from the crate root

Testing

  • cargo +nightly fmt --
  • cargo clippy -- -D warnings
  • cargo build --all-targets
  • cargo test --all
  • cargo doc --no-deps

https://chatgpt.com/codex/tasks/task_e_68cbe29f29b0832b8d2297f489959605

@RAprogramm RAprogramm changed the base branch from main to new_version September 19, 2025 00:01
@RAprogramm RAprogramm merged commit 43aa3c7 into new_version Sep 19, 2025
2 checks passed
@RAprogramm RAprogramm deleted the codex branch September 19, 2025 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants