https://github.com/themkat/bincalc
Experimenting with Leptos in Rust by making a simple number type calculator.
https://github.com/themkat/bincalc
Last synced: 4 months ago
JSON representation
Experimenting with Leptos in Rust by making a simple number type calculator.
- Host: GitHub
- URL: https://github.com/themkat/bincalc
- Owner: themkat
- Created: 2024-06-26T13:23:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T04:48:02.000Z (over 1 year ago)
- Last Synced: 2025-04-30T05:46:23.433Z (about 1 year ago)
- Language: Rust
- Homepage: https://bincalc.themkat.net
- Size: 83 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* BinCalc - Simple Leptos Rust calculator application
Simple site for converting between number systems. Used to have an excuse to play with with Leptos, TailwindCSS and basic WASM compilation in Rust.