# rustwtxt   [![Build Status](https://travis-ci.com/rustwtxt/rustwtxt.svg?branch=master)](https://travis-ci.com/rustwtxt/rustwtxt) [![codecov](https://codecov.io/gh/rustwtxt/rustwtxt/branch/master/graph/badge.svg?token=4DfKP7oHRQ)](https://codecov.io/gh/rustwtxt/rustwtxt) [![Documentation](https://img.shields.io/badge/docs.rs-%E2%9C%93-brightgreen)](https://docs.rs/rustwtxt) A library that makes it easier to interact with `twtxt` status files. Feel free to help hack on it. ## Notes * [`crates.io/crates/rustwtxt`](https://crates.io/crates/rustwtxt) * `twtxt` is a decentralized microblogging platform based on text files. The files are transmitted over `http`. * For more information on `twtxt`: * [`buckket/twtxt`](https://github.com/buckket/twtxt) * For a fully functional `twtxt` registry server: [`getwtxt`](https://github.com/getwtxt)