Unify attribute syntax
Open
blocking-next-release
compatibility-breaking
- Dominant language
- Rust
- Stars
- 2.6k
- Forks
- 179
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 29
Description
Currently, we support:
- `#[zerocopy(crate = "foo")]`
- `#[zerocopy(on_error = "skip"/"fail")]` (in #2982)
- Eventually, `#[zerocopy(validator = ...)]` (syntax TBD)
We should re-evaluate our syntax choices and make sure they're to our liking during the next breaking release.
Contributor guide
Assessment
This issue has not been assessed yet.