words-to-data 0.3.0

Convert Legal Documents Into Diffable Data Structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod cache;
mod client;
mod download;
mod error;
mod member;
mod sponsor;

pub use cache::ResponseCache;
pub use client::CongressClient;
pub use download::BillDownload;
pub use error::CongressError;
pub use member::{Chamber, Member, MemberTerm, Party};
pub use sponsor::{CosponsorRecord, SponsorInfo};