1 2 3 4 5 6 7 8
//! Read-only Sourcify 4byte signature API client. //! See [`Client`] for the main entry point. mod client; mod types; pub use client::Client; pub use types::*;