Skip to main content

api_fetch/
lib.rs

1//! # api-fetch
2//!
3//! This crate is an **alias** for [`better-fetch`](https://docs.rs/better-fetch): same types,
4//! same API, alternate name on crates.io.
5
6pub use better_fetch::*;