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