electrs 0.8.6

An efficient re-implementation of Electrum Server in Rust
Documentation
1
2
3
4
5
extern crate configure_me_codegen;

fn main() -> Result<(), configure_me_codegen::Error> {
    configure_me_codegen::build_script_auto()
}