annotate .hgignore @ 59:3f4a77aa88be

Fix string copyting and improve error situation. This change is too big and includes several things: - Fix copying strings from PAM by fixing const and mut on pam funcs. - Improve error enums by simplifying conversions and removing unnecessary and ambiguous "success" variants. - Make a bunch of casts nicer. - Assorted other cleanup.
author Paul Fisher <paul@pfish.zone>
date Wed, 21 May 2025 00:27:18 -0400
parents 21a8172eedde
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
52
21a8172eedde Add .hgignore.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
1 syntax: rootglob
21a8172eedde Add .hgignore.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
2 .idea
21a8172eedde Add .hgignore.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
3 Cargo.lock
21a8172eedde Add .hgignore.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
4 target