https://github.com/gregl83/uuid-dashboard
UUID Dashboard
https://github.com/gregl83/uuid-dashboard
rust uuid wasm
Last synced: about 1 month ago
JSON representation
UUID Dashboard
- Host: GitHub
- URL: https://github.com/gregl83/uuid-dashboard
- Owner: gregl83
- License: mit
- Created: 2021-02-22T22:46:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-25T21:23:19.000Z (over 5 years ago)
- Last Synced: 2026-03-03T12:32:44.564Z (3 months ago)
- Topics: rust, uuid, wasm
- Language: HTML
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uuid-dashboard
UUID Dashboard using WASM via Rust.
## Usage
**Build**
```bash
$ wasm-pack build
```
**Start Server**
```bash
www$ npm run start
```
## References
- [RFC-4122](https://tools.ietf.org/html/rfc4122)
- [Rust UUID](https://docs.rs/uuid/)
## License
[MIT](LICENSE)