Mercurial > crates > nonstick
diff libpam-sys/libpam-sys-impls/src/lib.rs @ 129:5b2de52dd8b2
Cleanups: create readmes, add a few docs, remove cruft.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Mon, 30 Jun 2025 23:49:54 -0400 |
parents | 57c812e308bd |
children |
line wrap: on
line diff
--- a/libpam-sys/libpam-sys-impls/src/lib.rs Mon Jun 30 23:00:53 2025 -0400 +++ b/libpam-sys/libpam-sys-impls/src/lib.rs Mon Jun 30 23:49:54 2025 -0400 @@ -1,3 +1,10 @@ +//! Internal-use macros for [`libpam-sys`]. Please don't use them. +//! +//! The build script detects what the current PAM implementation is, +//! and then these macros generate code based on that. +//! +//! [`libpam-sys`]: https://docs.rs/libpam-sys + use proc_macro as pm; use proc_macro2::{Delimiter, Group, Literal, Span, TokenStream, TokenTree}; use quote::{format_ident, quote};