comparison src/lib.rs @ 71:58f9d2a4df38

Reorganize everything again??? - Splits ffi/memory stuff into a bunch of stuff in the pam_ffi module. - Builds infrastructure for passing Messages and Responses. - Adds tests for some things at least.
author Paul Fisher <paul@pfish.zone>
date Tue, 03 Jun 2025 21:54:58 -0400
parents 9f8381a1c09c
children 47eb242a4f88
comparison
equal deleted inserted replaced
70:9f8381a1c09c 71:58f9d2a4df38
26 pub mod conv; 26 pub mod conv;
27 pub mod items; 27 pub mod items;
28 pub mod module; 28 pub mod module;
29 29
30 mod handle; 30 mod handle;
31 mod memory;
32 mod pam_ffi; 31 mod pam_ffi;
33 32
34 #[doc(inline)] 33 #[doc(inline)]
35 pub use crate::{ 34 pub use crate::{
36 constants::{ErrorCode, Flags, Result}, 35 constants::{ErrorCode, Flags, Result},