Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

maciej-makowski/giphy-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giphy library for Rust

crates.io Build Status

This library provides Rust wrapper for Giphy HTTP API

API Features

Version 0.4.0 is feature complete and allows to search and retrieve GIFs from Giphy both in synchronous and asynchronous style. See Crate documentation and examples for details. Stickers API and posting GIFs is currently not supported.

This library is still under development and the API is subject to change. Since Giphy does not specify optional parts of GIF object, there might still be an issue with response model where objects returned by API may not be deserialised. I am making an active effort to integration-test the library to make sure the response model is complete. If you run into an JSON deserialization error, please create an issue with the object ID / request params and I will patch the response model.

Features

By default both sync and async API dependencies are included with the library. If you do not need and async support, you can reduce the dependency size and build time by only loading feature = ["sync"].

Usage and examples

See Crate documentation and examples

Documentation

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages