mirror of https://github.com/zkat/miette.git
- Make spin a required dependency for no_std hook support (OnceLock unavailable) - Simplify cfg guards: not(std) instead of not(std) && spin - Change clippy alloc/std lints from warn to deny - Remove no_std stub for from_current_location (compile-time vs runtime error) - Fix is_graphical cfg logic for fancy-base without fancy-no-backtrace - Add cargo-hack feature powerset CI job to verify all 56 combinations |
||
|---|---|---|
| .. | ||
| context.rs | ||
| error.rs | ||
| fmt.rs | ||
| into_diagnostic.rs | ||
| kind.rs | ||
| macros.rs | ||
| mod.rs | ||
| ptr.rs | ||
| wrapper.rs | ||