thodg/totp-rs/README.md

Branch :


Log

Author Commit Date CI Message
8db59df6 2022-02-10 10:34:28 Update README.md
79b714ae 2022-01-13 18:33:59 Update README.md
b23080d4 2022-01-13 17:52:06 Add crates.io badge and coverage badge
d75ca4dd 2022-01-13 16:17:19 Changed to 7.0 for 2021 edition
43107283 2021-08-20 18:59:09 Update README.md
ffe9e4d5 2020-08-09 20:10:44 Remove some unnecessary to_vec calls in code
12cbfc10 2020-08-09 08:36:06 Updated README.md
730a767b 2020-08-09 07:39:53 Bumped version number in README.md
61fc8952 2020-08-05 13:24:34 Be generic over secret type Allow to store anything that implement AsRef<[u8]> as secret in TOTP struct.
d7f87902 2020-07-03 14:34:58 Optionnal serde support for smaller builds
9c944c82 2020-06-22 17:16:42 Added badges
a80ed7f1 2020-06-22 17:02:02 * Changed version in README
2c12f476 2020-06-22 16:16:05 * Changed version to 0.4.0 and updated docs
64faae59 2020-06-21 16:39:00 Changed a bunch of to_string() to to_owned()
32b618c8 2020-06-21 15:57:16 Additional feature!
c9b81c70 2020-04-13 22:57:06 Better doc with examples
7de3d067 2020-04-13 18:06:33 Changed dependency version for more compatibility
bf2d753f 2020-04-13 16:59:30 preparations to push to crates.io
2c3d9a39 2020-04-13 16:41:42 Merge branch 'master' of github.com:constantoine/totp-rs
e4915a64 2020-04-13 16:39:57 Finally, my own library. With a fix on the QR code generation
e89e1f5c 2020-04-12 01:08:38 Update README.md
b2af324a 2020-04-12 01:05:26 Fixed typo in readme
d1e04d7c 2020-04-11 21:24:50 First commit