aboutsummaryrefslogtreecommitdiff
path: root/src/passwordmaker/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* First draft of docs.Andreas Grois2022-10-091-6/+5
|
* Also add url_parsing to this crate.Andreas Grois2022-10-091-61/+5
|
* Initial Commit: PasswordMaker itself.Andreas Grois2022-10-091-0/+413
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.