An open API service indexing awesome lists of open source software.

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

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)