13 unstable releases (3 breaking)

Uses old Rust 2015

0.3.7 May 12, 2020
0.3.6 Apr 30, 2020
0.3.1 Oct 29, 2019
0.2.5 Sep 22, 2019
0.0.1 Aug 8, 2019

#217 in #status

MIT/Apache

310KB
8K SLoC

jlib-rs Build Status crate

Lightweight blockchain lib for Skywelld write in Rust.


/// Request blockchain server status
let config = Config::new(TEST_SERVER, true);
ServerInfo::new().request_server_info(config.clone(), |x| match x {
    Ok(response) => {
        println!("build_version : {:?}", response.build_version);
    }

    Err(_) => {
    }
});

Introduction

Homepage

API Documentation

Getting Started

For detailed installation and usage instructions, check out the guide.

More examples

More examples can be found in the examples directory and the full documentation can be found here.

Contributing

Please report bugs and make feature requests here.

If you're looking for inspiration, there's list of open issues right here on github.

And hey, did you know you can also contribute by just starring the project here on github :)

Changelog

Release notes are available in CHANGELOG.md.

Dependencies

~23MB
~532K SLoC