diff libpam-sys/README.md @ 158:d5b7b28d754e

Add `__TARGET_DEFAULT__` PamImpl and set up for docsrs build. Also fixes some formatting stuff.
author Paul Fisher <paul@pfish.zone>
date Sat, 12 Jul 2025 17:17:37 -0400
parents 4b3a5095f68c
children 09dff285ff5e
line wrap: on
line diff
--- a/libpam-sys/README.md	Wed Jul 09 16:59:30 2025 -0400
+++ b/libpam-sys/README.md	Sat Jul 12 17:17:37 2025 -0400
@@ -14,7 +14,7 @@
 All build-time configuration is performed by the build script of the [`libpam-sys-consts` crate](https://crates.io/crates/libpam-sys-consts).
 
 Each implementation exports all the functionality available in its respective PAM library.
-`XSso` exports only what is in the [X/SSO specification][xsso].
+`XSso` exports only the subset of the [X/SSO specification][xsso] supported by both OpenPAM and Sun PAM.
 
 ## Testing
 
@@ -23,7 +23,6 @@
 - [`ctest`][ctest] verifies the correctness of the FFI bindings (function/struct alignment, etc.).
 - A kind of scuffed homebrew thing also verifies that the constants are correct.
 
-Testing is mainly accomplished through the `libpam-sys-test` package in this crate's workspace.
 There are some unit tests of glue code and other type checks.
 
 ## Minimum Rust version