loc_api 1.0.8

A simple library to interact with the loc.gov API
Documentation
1
2
3
4
5
6
7
8
#![doc = include_str!("../README.md")]

pub mod attribute_models;
pub mod endpoints;
pub mod format_models;
pub mod param_models;
pub mod response_models;
pub mod loc_client;