Mercurial > crates > nonstick
diff src/conv.rs @ 62:d83623951070
Further improve docs and put `conv` behind a feature gate.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Wed, 21 May 2025 23:10:09 -0400 |
parents | 05cc2c27334f |
children | a7aa5ca0d00d |
line wrap: on
line diff
--- a/src/conv.rs Wed May 21 19:01:17 2025 -0400 +++ b/src/conv.rs Wed May 21 23:10:09 2025 -0400 @@ -1,4 +1,7 @@ //! The [Conversation] struct, for interacting with the user. +//! +//! This module is experimental and will probably be rewritten in the future +//! to improve the interface for both PAM modules and clients. use libc::{c_char, c_int}; use std::ffi::{CStr, CString};