Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
password-hash: Add
Output::with_encoding
method (#1657)
Allows `Display`/`Debug` printing `Output` with a specific `Encoding` without needing to go through `encode`/`b64_encode`, if e.g. it was created using `init_with`. Maybe a version of `init_with` that allows specifying an encoding (similar to `new_with_encoding`) would be better, I'm not sure. This is a smaller, more general change.
- Loading branch information