helix/helix-stdx
nik rev cc2529c4ac chore: Add `helix_stdx::dbg!` for easier print debugging
I often reach for the `dbg!` macro before realizing it does not work,
and there is no good alternative. The best that currently exists is
`log::error!` which always prints, but it lacks many features of `dbg!`

This `dbg!` macro is the same as `std`'s `dbg!`, the only difference
being the fact that it uses `log::error!` instead of `eprintln!` under
the hood

I've also added instructions to `CONTRIBUTING.md` to use it - as I
believe it is really useful
2025-07-17 16:15:13 +01:00
..
src chore: Add `helix_stdx::dbg!` for easier print debugging 2025-07-17 16:15:13 +01:00
tests chore(msrv): bump from 1.76 to 1.82 (#13275) 2025-04-28 09:48:54 -05:00
Cargo.toml build(deps): bump the rust-dependencies group with 3 updates (#13777) 2025-06-17 08:54:41 -05:00