mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-01-02 13:03:10 +00:00
chat_proto
This repository contains the core implementation of the $CHAT_PROTO types.
To make them easy to use, implementations in Rust and Nim are provided developers can focus on building.
Structure
- proto: Protobuf definitions for Core and Conversation types
- nim: nimble package for generated types in nim
- rust: cargo crate for generated types in rust
- specs: current home of the specifications - these will likely be moved out of the repo. They are currently in lockstep with the type definitions which minimizes desync.
Related Repositories
Description