Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mersinvald/tdjson-rs
TDLIB Json Client for Rust
https://github.com/mersinvald/tdjson-rs
bindings client json rust tdlib telegram
Last synced: about 1 month ago
JSON representation
TDLIB Json Client for Rust
- Host: GitHub
- URL: https://github.com/mersinvald/tdjson-rs
- Owner: mersinvald
- License: mit
- Created: 2018-02-02T06:03:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T16:15:47.000Z (almost 6 years ago)
- Last Synced: 2024-12-01T12:44:13.020Z (about 1 month ago)
- Topics: bindings, client, json, rust, tdlib, telegram
- Language: Rust
- Size: 8.79 KB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TDLIB Json Client for Rust
### Preparing bindgen
Please follow the steps described in the [tdlib-sys](https://github.com/mersinvald/tdjson-sys) repo to setup FFI bindings generation.
### Usage
Add `tdjson` to your `Cargo.toml` dependency list
```toml
tdjson = "0.2"
```And let the Cargo do it's magic!
```bash
cargo build
```