Skip to content

Commit

Permalink
暴露更多客户端API
Browse files Browse the repository at this point in the history
  • Loading branch information
hguandl committed Feb 17, 2024
1 parent fdc2e9e commit e1d6c5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/biliup/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ pub mod error;
pub mod server;
pub mod uploader;

pub use uploader::bilibili;
pub use uploader::credential;

pub async fn retry<F, Fut, O, E: std::fmt::Display>(mut f: F) -> Result<O, E>
where
F: FnMut() -> Fut,
Expand Down

0 comments on commit e1d6c5e

Please sign in to comment.