README (817B)
1 # radroots_simplex_chat_proto 2 3 This is the README for `radroots_simplex_chat_proto`, which provides SimpleX 4 chat protocol primitives for the `radroots` core libraries. 5 6 ## Overview 7 8 * encode and decode helpers for chat batches and versioned message payloads; 9 * message, contact, file, invite, status, scope, and link-preview model types; 10 * protocol version constants and compatibility helpers for chat exchanges; 11 * optional `zstd` compression support alongside shared serialization and 12 type-export features. 13 14 ## Copyright 15 16 Except as otherwise noted, all files in the `radroots_simplex_chat_proto` 17 distribution are 18 19 Copyright (c) 2020-2026 Tyson Lupul 20 21 For information on usage and redistribution, and for a DISCLAIMER OF ALL 22 WARRANTIES, see LICENSE included in the `radroots_simplex_chat_proto` 23 distribution.