lib2fas 0.0.1

Unofficial implementation of 2fas for Rust (as a library).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# lib2fas.rs

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.


## Testing
With stdout:
`cargo test -- --nocapture`  
With coverage:
`cargo tarpaulin --out Html`