2026-02-18 09:29:33 -08:00
2026-02-10 19:45:00 +01:00
2026-02-10 14:40:01 +01:00
2026-02-22 08:24:10 +02:00
2026-01-30 15:46:36 +00:00
2026-02-03 11:05:54 +08: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
Supporting library for Logos-chat
Readme
Languages
Rust 85.1%
Nim 13.6%
C 1.3%