Crates.io | twitter-api |
lib.rs | twitter-api |
version | 0.6.1 |
source | src |
created_at | 2014-12-28 08:04:05.988451 |
updated_at | 2023-05-02 01:27:21.182518 |
description | Unofficial Rust library for the Twitter API. |
homepage | |
repository | https://github.com/gifnksm/twitter-api-rs |
max_upload_size | |
id | 656 |
size | 63,022 |
This crate is deprecated due to Twitter API change
Unofficial Rust library for the Twitter API.
This library allows you to:
Add this to your Cargo.toml
:
[dependencies]
twitter-api = "0.6.1"
See examples.
The minimum supported Rust version is Rust 1.57.0. At least the last 3 versions of stable Rust are supported at any given time.
While a crate is pre-release status (0.x.x) it may have its MSRV bumped in a patch release. Once a crate has reached 1.x, any MSRV bump will be accompanied with a new minor version.