musage 0.1.6

🧵 A command line memory usage information tool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
_default:
  @just --list --unsorted

tool := "musage"

build:
    cargo build

test: build
    cargo test  --verbose --all
    ./target/debug/{{ tool }} --debug
    free -h