mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-28 03:59:27 +00:00
13 lines
275 B
Rust
13 lines
275 B
Rust
mod credential;
|
|
|
|
pub use credential::{
|
|
CREDENTIAL_DOMAIN, CREDENTIAL_VERSION, CredentialError, MessageSender, SenderCredential,
|
|
decode_credential, encode_credential,
|
|
};
|
|
|
|
#[cfg(feature = "dev")]
|
|
mod account;
|
|
|
|
#[cfg(feature = "dev")]
|
|
pub use account::TestLogosAccount;
|