rgl/bin2dec
2021-10-31 18:42:25 -05:00
..
src Optimize for release size 2021-10-31 18:35:30 -05:00
.gitignore Initial commit 2021-10-31 13:13:35 -05:00
Cargo.lock Optimize for release size 2021-10-31 18:35:30 -05:00
Cargo.toml Optimize for release size 2021-10-31 18:35:30 -05:00
index.html Create basic layout 2021-10-31 18:10:56 -05:00
README.md Add README 2021-10-31 18:42:25 -05:00
style.css Convert binary to decimal 2021-10-31 18:24:04 -05:00

Bin2Dec

Live App

Running Locally

  1. Install dependencies

    First, install rust from the Rust website. Then, install trunk:

    cargo install --locked trunk
    

    This project requires rustc version 1.56.0 because it uses the 2021 edition of Rust!

  2. Build project

    cd /path/to/bin2dec
    trunk serve
    
  3. Open in browser

    Check the supported browser list and open https://localhost:8080 in one of the supported browsers.

Created using Sycamore and Rust with WebAssembly