Ali
Ali
Client Api library for PHP https://github.com/danog/MadelineProto still cant believe this wasn't already in the list 😮
The #35 is happening in version `1.8.21` again ``` [ 3][t 4][1700971024.492456197][Td.cpp:4112][#1][!Td][&td_requests] Sending update: updateOption { name = "version" value = optionValueString { value = "1.8.21" } } ``` ```...
not sure if its possible or not but I think it would be really nice to have something like this: ```rust let country = keshvar::find_by_code(98); let neighbors: Vec = keshvar::near_countries(country);...
Hi there. added `Diff` implementation with cfg flags for [uuid](https://crates.io/crates/uuid) crate.
# 1.Introduction This proposal aims to outline the envision for **Re-implementation** of the entire [The Open Network](https://github.com/ton-blockchain/ton) using RUST. At first glance, this proposal appears to be a bold move,...
# Pull Request ## Related issue - ## What does this PR do? Hello there, Thank your for your Library
i have this code: ```rust pub async fn call( &mut self, command: &str, on_data_cb: impl Fn(CryptoVec) -> F, ) -> eyre::Result { let channel = self.session.channel_open_session().await?; let (mut read,write) =...