https://github.com/karipov/rsgraph
🔲 telegra.ph API bindings in Rust
https://github.com/karipov/rsgraph
api-wrapper rust telegraph-api
Last synced: about 1 year ago
JSON representation
🔲 telegra.ph API bindings in Rust
- Host: GitHub
- URL: https://github.com/karipov/rsgraph
- Owner: karipov
- License: mit
- Created: 2019-04-17T15:54:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T12:32:53.000Z (about 7 years ago)
- Last Synced: 2025-06-13T16:50:55.050Z (about 1 year ago)
- Topics: api-wrapper, rust, telegraph-api
- Language: Rust
- Homepage: https://crates.io/rsgraph
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rsgraph
This library provides pure Rust bindings to
the [telegra.ph](https://telegra.ph/api) API
## Installation
Simply add `rsgraph` to your `Cargo.toml` file.
```toml
[dependencies]
rsgraph = "0.1.0"
```
This crate is currently under active
development. Until near `1.0` release, there
will be major breaking changes.
`rsgraph` is currently __Pre-alpha__ software.
## Documentation
Currently non-existent. Sorry!