hac-client 0.2.0

your handy API client, on your terminal!
Documentation
1
2
3
4
5
6
7
8
9
pub mod collection_store;
#[allow(clippy::module_inception)]
pub mod collection_viewer;
mod request_editor;
mod request_uri;
mod response_viewer;
mod sidebar;

pub use collection_viewer::CollectionViewer;