shrupl/src/sharry/mod.rs
Jörn-Michael Miehe d607380659 [wip] impl Client for ureq::Agent
- factored out `file` module
- renamed some stuff
- decoupled `sharry::client` from `file`
2025-06-10 18:20:52 +00:00

5 lines
106 B
Rust

mod api;
mod client;
pub use api::{NewShareRequest, Uri};
pub use client::{Client, ClientError, Result};