rsky-firehose 0.0.1

A framework for subscribing to the AT Protocol firehose, in Rust.
Documentation
1
2
3
4
5
6
7
8
9
#[macro_use]
extern crate serde_derive;

extern crate serde;
extern crate serde_json;

pub mod car;
pub mod firehose;
pub mod models;