Crate rustwtxt

Source
Expand description

§rustwtxt

This is a library intended to make working with twtxt timelines a bit easier.

Modules§

parse
Lower-level parsing functions for when you don’t want to use the provided Twtxt and Tweet objects.

Structs§

Tweet
Holds a single tweet.
Twtxt
Holds tweets and metadata from a single twtxt.txt file.

Functions§

mutate
Wrapper to apply a function to each line of a twtxt.txt file, returning the resulting lines as a Vec<String>
pull_twtxt
Pulls the target twtxt.txt file from the specified URL.

Type Aliases§

TweetMap