Module tweet::parse [] [src]

This module contains the parser to turn a byte slice into a Tweet

Functions

parse_tweets

Parse a slice of bytes as a vector of tweets. The input should be the JSON-formatted response sent back by twitter. You can look at an example response here.