From 18f4d054f4a388d033348bcea2b30c1af7e532aa Mon Sep 17 00:00:00 2001 From: FedericoBruzzone Date: Tue, 13 Aug 2024 12:15:43 +0200 Subject: [PATCH] Add `tdlib-rs` library to "Social networks" section Signed-off-by: FedericoBruzzone --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 340cf10..cf3ba82 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). * [Platform specific](#platform-specific) * [Scripting](#scripting) * [Simulation](#simulation) + * [Social networks](#social-networks-1) * [System](#system) * [Task scheduling](#task-scheduling-1) * [Template engine](#template-engine) @@ -1721,6 +1722,11 @@ See also [Are we game yet?](https://arewegameyet.rs) * [nyx-space](https://crates.io/crates/nyx-space) - High fidelity, fast, reliable and validated astrodynamical toolkit library, used for spacecraft mission design and orbit determination [![Build Status](https://gitlab.com/nyx-space/nyx/badges/master/pipeline.svg)](https://gitlab.com/nyx-space/nyx/-/pipelines) +### Social networks + +* Telegram + * [tdilb-rs](https://github.com/FedericoBruzzone/tdlib-rs) [[tdilb-rs](https://crates.io/crates/tdlib-rs)] - Crossplatform Rust wrapper around the Telegram Database Library (TDLib) [![CI Linux](https://github.com/FedericoBruzzone/tdlib-rs/actions/workflows/ci-linux.yml/badge.svg)](https://github.com/FedericoBruzzone/tdlib-rs/actions/workflows/ci-linux.yml) [![CI macOS](https://github.com/FedericoBruzzone/tdlib-rs/actions/workflows/ci-macos.yml/badge.svg)](https://github.com/FedericoBruzzone/tdlib-rs/actions/workflows/ci-macos.yml) [![CI Windows](https://github.com/FedericoBruzzone/tdlib-rs/actions/workflows/ci-windows.yml/badge.svg)](https://github.com/FedericoBruzzone/tdlib-rs/actions/workflows/ci-windows.yml) + ### System * [ardaku/whoami](https://github.com/ardaku/whoami) [[whoami](https://crates.io/crates/whoami)] - crate to get the current user and environment. [![build badge](https://github.com/ardaku/whoami/actions/workflows/ci.yml/badge.svg?branch=stable)](https://github.com/ardaku/whoami/actions/workflows/ci.yml)