webylib 0.1.0

Webcash wallet library implemented in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Unit tests for webylib
// These tests are extracted from inline test modules to maintain clean separation
// between source code and tests.

mod amount;
mod biometric;
mod crypto;
mod error;
mod hd;
mod lib;
mod server;
mod server_ios;
mod wallet;
mod webcash;