mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-25 15:11:15 +00:00
Stable clippy rejects `chunks_exact` with a constant size in favour of `as_chunks`, which fails the lint job for the whole workspace, and reading fixed arrays out of the slice drops the length check the old code carried as an `expect`.
λAccount
Logos(λ) Accounts are used to represent users across multiple services.
An Account is a grouping of different entities used to describe a single User or entity in the Logos Ecosystem.
Services Supported
| Service | Supported |
|---|---|
| λChat | 🟢 |
LogosAccount
Not Implemented
TestLogosAccount (feature = "dev")
A minimal implementation intended for development, testing, and CLI tooling. It accepts any string as the account ID and generates a fresh Ed25519 key pair on construction. State is not persisted — identity is lost on drop.
Do not use in production.