aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Collapse)Author
2022-03-25feat: Add extended ASCIIgabrielgio
Add more chars...
2022-03-25fix: Extend special chargabrielgio
Add missing special ASCII chars.
2022-03-25ref: Add test for edge casegabrielgio
Add test case for when you call with 0 length or no option (upper case, lower case, number and special).
2022-03-25feat: Add options for password generatorgabrielgio
Add new options to generate a passowrd: - upper letters - lower letters - numbers - special Special needs to be worked on still, as probably there are some char missing.
2022-03-25ref: Add actual pass generator functiongabrielgio
Modify `generate` function to actually generate usable.
2022-03-25feat: Add initial draft for rust wasmgabrielgio
It adds the initial tooling for build and publishing a static site with wasm. The generate code is barebones, that is just a PoC for tooling, later I'll add proper code logic and test for it.