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
TwtxtandTweetobjects.
Structs§
Functions§
- mutate
- Wrapper to apply a function to each line of a
twtxt.txtfile, returning the resulting lines as aVec<String> - pull_
twtxt - Pulls the target twtxt.txt file from the specified URL.