bigerror 0.4.0

handle big errors ¯\_(ツ)_/¯
1
2
3
4
5
6
7
8
9
# Justfiles are processed by the just command runner (https://just.systems/).
# You can install it with `brew install just` or `cargo install just`
_default:
    just --list

# Run rustfmt
fmt:
    rustup run nightly cargo fmt -- \
      --config-path ./fmt/rustfmt.toml