duniter-rs-wotb 0.2.0

Crate making Web of Trust computations for the Duniter project.
Documentation

Introduction

wotb is a Rust crate making Web of Trust computations for the Duniter project.

To use it from JavaScript, see wotb-ffi-js package. [not done yet]

How to compile

wotb is a Rust package, so it must be compiled with a Rust toolchain (available here).

Then open a terminal and type :

cargo build --release

To run unit tests :

cargo test

To generate documentation :

cargo doc --no-deps