miette/miette-derive
François Garillot c07cab4b60
fix: address review feedback for no_std support
- Use core::error::Error directly (MSRV 1.82 supports it)
- Remove build.rs (track_caller is always available with MSRV 1.82)
- Simplify feature detection in handler.rs syscall module
- Add clippy lints to catch std/core/alloc misuse
- Remove custom StdError trait, re-export core::error::Error
- Add __alloc module for derive macro compatibility
- Clean up verbose comments
- Remove extern crate alloc from tests (not needed with std)
- Fix derive macros to use miette::__alloc paths
2026-01-14 15:38:54 -05:00
..
src fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00
Cargo.toml chore: Release 2025-04-26 21:52:05 -07:00
LICENSE feat(derive): added basic derive macro 2021-08-15 11:49:02 -07:00