The base component to build a Matrix client library, providing core types and client abstractions.
# Cargo.toml
[dependencies]
matrix-sdk-base = "0.18.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a Matrix client using the base SDK.
Add tokio as a dependency and use #[tokio::main] or another async runtime.
No dependency data recorded yet.