diff README.md @ 57:2a5c83d04b93 v0.0.4

Update some docs; bump to v0.0.4.
author Paul Fisher <paul@pfish.zone>
date Mon, 05 May 2025 00:16:00 -0400
parents ce47901aab7a
children d83623951070
line wrap: on
line diff
--- a/README.md	Sun May 04 02:56:55 2025 -0400
+++ b/README.md	Mon May 05 00:16:00 2025 -0400
@@ -6,10 +6,11 @@
 
 It is currently very incomplete.
 It only provides functionality for developing your own PAM authentication module (i.e., a backend that PAM calls to authenticate a user or do something similar).
+If you’re looking for a library to implement a PAM client (i.e., something that authenticates using PAM), consider the [`pam` crate](https://crates.io/crates/pam).
 At the moment, [Linux-PAM](https://github.com/linux-pam/linux-pam) is the only supported PAM implementation.
 
-I will make an effort not to break APIs with development, but consider it alpha, pre-1.0 software.
-While the code itself should be _secure_ and mostly safe, the API may not be completely stable.
+An earlier version of this suggested that I would try not to break APIs.
+This was optimistic on my part; it is likely APIs will break before v0.1.0, after which I _will_ try to break things _less_.
 
 Goals include: