electrs-http 0.0.0

A sidecar to romanz/electrs that exposes an Esplora-compatible REST API
# electrs-http

<p>
    <a href="https://crates.io/crates/electrs-http"><img src="https://img.shields.io/crates/v/electrs-http.svg"/></a>
    <a href="https://docs.rs/electrs-http"><img src="https://img.shields.io/badge/docs.rs-electrs-http-green"/></a>
    <a href="https://blog.rust-lang.org/2025/02/20/Rust-1.85.0/"><img src="https://img.shields.io/badge/rustc-1.85.0%2B-orange.svg?label=MSRV"/></a>
    <a href="https://github.com/luisschwab/electrs-http/blob/master/LICENSE-MIT"><img src="https://img.shields.io/badge/License-MIT%2FApache--2.0-red.svg"/></a>
    <a href="https://github.com/luisschwab/electrs-http/actions/workflows/rust.yml"><img src="https://github.com/luisschwab/electrs-http/actions/workflows/rust.yml/badge.svg"></a>
</p>

A sidecar to romanz/electrs that exposes an Esplora-compatible REST API

## Minimum Supported Rust Version

This library should compile with any combination of features on Rust 1.85.0.

To build with the MSRV toolchain, copy `Cargo-minimal.lock` to `Cargo.lock`.

## License

Licensed under either of

* Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or <https://www.apache.org/licenses/LICENSE-2.0>)
* MIT license ([LICENSE-MIT]LICENSE-MIT or <https://opensource.org/licenses/MIT>)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.