Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make strum an optional dependency. | Andreas Grois | 2024-06-01 | 1 | -4/+6 |
| | | | | To enable it, enable the "strum" feature flag. | ||||
* | Added Enum macros for GUI | Torsten Sadowski | 2024-05-21 | 1 | -3/+4 |
| | |||||
* | Add precomputed constants for common cases. | Andreas Grois | 2022-10-23 | 1 | -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 work | Andreas Grois | 2022-10-18 | 1 | -0/+3 |
| | |||||
* | First draft of docs. | Andreas Grois | 2022-10-09 | 1 | -78/+94 |
| | |||||
* | Also add url_parsing to this crate. | Andreas Grois | 2022-10-09 | 1 | -6/+140 |
| | |||||
* | Initial Commit: PasswordMaker itself. | Andreas Grois | 2022-10-09 | 1 | -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. |