aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make strum an optional dependency.Andreas Grois2024-06-011-4/+6
| | | | To enable it, enable the "strum" feature flag.
* Added Enum macros for GUITorsten Sadowski2024-05-211-3/+4
|
* Add precomputed constants for common cases.Andreas Grois2022-10-231-0/+14
| | | | | | There are now 2 features that control the amount of precomputed constants. They can either be 0, 12, or 256. Most users will likely want to go with the 12, so this is the default feature.
* Minor: Add warning that 16bit might not workAndreas Grois2022-10-181-0/+3
|
* First draft of docs.Andreas Grois2022-10-091-78/+94
|
* Also add url_parsing to this crate.Andreas Grois2022-10-091-6/+140
|
* Initial Commit: PasswordMaker itself.Andreas Grois2022-10-091-0/+184
It's compiling, and the public interface is semi-OK now. The internals are still a bit gory, but they'll likely see an iteartion later on anyhow.