aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2022-10-18 07:55:48 +0200
committerAndreas Grois <andi@grois.info>2022-10-18 07:55:48 +0200
commit61669cc48f3b460cab05b9b51f87a0cd08d51302 (patch)
tree504dcb2d25a3ed23be7f4fd232c151fb8c9b2f25 /src
parent308e4ec700b9047836876b4581d24bfe7b1a7e2d (diff)
Minor: Add warning that 16bit might not work
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a005e43..2548c46 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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;