mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-11-28 22:41:38 +00:00
No description
- `Msg` or `msg` is now the canonical term for the substructure in a room. It includes a `chat` subtype and (in the future) other administration subtypes like member joining or leaving. - `Message` or `message` can used in human oriented context like docs and comments, but only when it is unambiguous. - `message` is not chosen in code because it's hard to type (at least for me!), and have ambiguous meaning of: - "Human readable text" in context of `ApiError`'s field. - "A unit of data transfer, datagram" in context of WebSocket Message. - `item` is not chosen because it is overly generic. |
||
|---|---|---|
| .github/workflows | ||
| blah-types | ||
| blahctl | ||
| blahd | ||
| contrib | ||
| docs | ||
| test-frontend | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| clippy.toml | ||
| flake.lock | ||
| flake.nix | ||
| rust-toolchain.toml | ||