Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 472 Bytes

DEVELOPMENT.md

File metadata and controls

13 lines (7 loc) · 472 Bytes

mastodon-twitter-sync development

Automated Testing

Run cargo test to execute the test case to make sure to not break existing functionality.

Code formatting

Run cargo fmt to automatically format all code. You might need to install rustfmt first with rustup component add rustfmt.

Cache files

In order to minimize API calls mastodon-twitter-sync stores post IDs and dates in JSON cache files locally in the same directory where it is executed from.