user-backtrace 0.2.3

A very small library for smaller backtraces that only contain user relevant information
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
set dotenv-load
set positional-arguments
set export

help:
    @just --list --unsorted

build:
    cargo build
alias b := build

test *ARGS:
    cargo test $ARGS -- --nocapture