diff options
author | Andreas Grois <andi@grois.info> | 2022-10-18 07:55:48 +0200 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2022-10-18 07:55:48 +0200 |
commit | 61669cc48f3b460cab05b9b51f87a0cd08d51302 (patch) | |
tree | 504dcb2d25a3ed23be7f4fd232c151fb8c9b2f25 | |
parent | 308e4ec700b9047836876b4581d24bfe7b1a7e2d (diff) |
Minor: Add warning that 16bit might not work
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ //! //! [`PasswordMaker`] is the main part of this crate. You give it settings similar to those of a PasswordMaker Pro profile, //! and it gives you a password that's hopfully the same you'd get from PasswordMaker Pro for the same input. +//! +//! # Warning +//! This library has NOT been tested on 16bit machines. It might work, but probably does not. mod passwordmaker; |