No description
Find a file
2023-07-02 13:37:50 +02:00
client initial commit 2023-07-02 13:28:57 +02:00
src run instruction 2023-07-02 13:37:50 +02:00
.gitignore initial commit 2023-07-02 13:28:57 +02:00
Cargo.lock initial commit 2023-07-02 13:28:57 +02:00
Cargo.toml initial commit 2023-07-02 13:28:57 +02:00
README.md run instruction 2023-07-02 13:37:50 +02:00
shell.nix initial commit 2023-07-02 13:28:57 +02:00

Rust binary size analyzer

How to use:

cd client && npm i && npm run dev

In a separate shell:

cargo run --release BINARY_PATH > client/groups.json

Note: The symbol parsing code is extremely cursed. This may lead to very wonky results.