//! Crate containing Lexe API types, definitions, client/server utils, TLS.
/// Make all of [`lexe_api_core`] available under [`lexe_api`].
///
/// NOTE: Any crates which can depend on `lexe_api_core` directly (without
/// `lexe-api`) should do so to avoid [`lexe_api`] dependencies.
pub use *;
/// Bearer auth and User Signup.
/// A client and helpers that enforce common REST semantics across Lexe crates.
/// Webserver utilities.
/// API tracing utilities for both client and server.
/// Feature-gated test utilities that can be shared across crate boundaries.