fetch_core 0.1.0

Core fetch primitives.
Documentation
<div align="center">
 <img src="./logo.png" alt="Fetch Core Logo" width="96">

# Fetch Core

[![crate.io](https://img.shields.io/crates/v/fetch_core.svg)](https://crates.io/crates/fetch_core)
[![docs.rs](https://docs.rs/fetch_core/badge.svg)](https://docs.rs/fetch_core)
[![MSRV](https://img.shields.io/crates/msrv/fetch_core)](https://crates.io/crates/fetch_core)
[![CI](https://github.com/microsoft/oxidizer/actions/workflows/main.yml/badge.svg?event=push)](https://github.com/microsoft/oxidizer/actions/workflows/main.yml)
[![Coverage](https://codecov.io/gh/microsoft/oxidizer/graph/badge.svg?token=FCUG0EL5TI)](https://codecov.io/gh/microsoft/oxidizer)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](../../LICENSE)
<a href="../.."><img src="../../logo.svg" alt="This crate was developed as part of the Oxidizer project" width="20"></a>

</div>

Core fetch primitives.

This crate provides the core types and traits shared across the `fetch_*`
family of crates. It is intentionally minimal and dependency-free so it can be
consumed by any layer of the fetch stack.


<hr/>
<sub>
This crate was developed as part of <a href="../..">The Oxidizer Project</a>. Browse this crate's <a href="https://github.com/microsoft/oxidizer/tree/main/crates/fetch_core">source code</a>.
</sub>