aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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.