electrscash 3.1.0

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

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