miette/src/handlers
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
..
debug.rs feat(no_std): Implement comprehensive no_std support 2025-10-21 07:19:03 -04:00
graphical.rs Add CI job for no-std build verification and fix Infallible StdError implementation 2025-10-21 07:19:26 -04:00
json.rs feat(no_std): Implement comprehensive no_std support 2025-10-21 07:19:03 -04:00
mod.rs feat(wasm): add feature "fancy-no-syscall" for wasm targets (#349) 2024-02-23 07:42:39 -08:00
narratable.rs feat(no_std): Implement comprehensive no_std support 2025-10-21 07:19:03 -04:00
theme.rs fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00