No description
Find a file
2024-04-26 11:23:56 +02:00
client initial commit 2023-07-02 13:28:57 +02:00
src add rodata 2023-11-21 16:23:36 +01:00
.gitignore initial commit 2023-07-02 13:28:57 +02:00
Cargo.lock use fxhash 2023-07-02 15:42:17 +02:00
Cargo.toml write some code 2023-07-08 23:54:51 +02:00
LICENSE Create LICENSE 2024-04-26 11:23:56 +02:00
README.md add rodata 2023-11-21 16:23:36 +01:00
shell.nix initial commit 2023-07-02 13:28:57 +02:00

Rust binary size analyzer

.text mode

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.

.rodata mode

Pass --rodata to cargo run. It will print all symbols in rodata, printing their estimated size.