/lory

An easy-to-use Rust library for accessing the Twitter API

Primary LanguageRustOtherNOASSERTION

Bird on Twitter Twemoji 12.1.4

lory is an easy-to-use Rust library for accessing the Twitter API.

lory crates lory docs lory

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
lory = "*"

and this to your crate root:

use lory::prelude::*;

To get started using lory, read the quickstart tutorial.

Development

Clone the repository using the following command:

git clone https://github.com/pyk/lory.git --depth=1
cd lory/

To build the project, use the following command:

cargo build

To run the tests, use the following command:

cargo test

Getting help

Feel free to start discussion at GitHub issues.

License

lory is licensed under the Apache-2.0 license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in lory by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.