First rust project to learn some rust and to implement a small utility library.
This implements totp described by RFC-6238 and htop described by RFC-4226.
To build the wasm execute the following:
wasm-pack build --target bundler
To test the wasm execute the following:
wasm-pack test --node