- Browser Canvas + CLI rendering
- Implemented in Rust Yew
- BUILD.md - rustup + cargo build + CLI
- DEPLOY.md - Vercel + ICP hosting config
- CARGO_PROFILING.md - Notes on optimizing cargo build
- LINKS.md - Rust Cargo library ecosystem
### Build
cargo clean
cargo build --release
### Run
cargo run --release --bin julia_image -q # builds, runs, outputs: fractal.zoom.png
./target/release/julia_image -c 0.5+0.5i -r 1 -o fractal.zoom.png
ls -la fractal.*
- [https://github.com/image-rs/image-png/issues/404](PNG compression filesize changes between v0.17.5 - v0.17.9 #404)