diff 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
line wrap: on
line diff
--- a/src/lib.rs	Tue Jun 03 01:21:59 2025 -0400
+++ b/src/lib.rs	Tue Jun 03 21:54:58 2025 -0400
@@ -28,7 +28,6 @@
 pub mod module;
 
 mod handle;
-mod memory;
 mod pam_ffi;
 
 #[doc(inline)]