Unofficial implementation of 2fas for Rust (as a library).
This library serves as the backend for the [robinvandernoord/2fas-rust](https://github.com/robinvandernoord/2fas-rust) CLI,
a command-line tool that provides an easy interface to interact with the 2fas TOTP.
With stdout:
`cargo test -- --nocapture`
With coverage:
`cargo tarpaulin --out Html`