Expand description
Shared data types used by limes frontends and backend code.
Keep this crate lightweight. A native frontend can depend on limes-login
or limes-lock directly, while an out-of-process/webview frontend can use
these types as the stable vocabulary for a future IPC/FFI boundary.
Re-exports§
pub use auth::AuthFailure;pub use auth::AuthOutcome;pub use auth::AuthRequest;pub use auth::AuthSuccess;pub use auth::PamMessageKind;pub use events::LimesEvent;pub use lock::LockState;pub use session::SessionChoice;pub use session::SessionHandle;pub use session::SessionSpec;