mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-02-10 00:43:09 +00:00
libchat
Supporting library for Logos-chat.
Prerequisites
Install Rust via rustup:
Quick Start
Using Cargo
# Build
cargo build
# Run tests
cargo test
# Run examples
cargo run --example double_ratchet_basic
Using Just
Install just to manage complex tasks.
On MacOS, you can install it via Homebrew:
brew install just
After that, run:
# Build
just build
# Run tests
just test
# Run all examples
just run-examples
Description
Languages
Rust
87.8%
Nim
10.5%
C
1.7%