cyber 1.0.2

Library for cyber blockchain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![doc(
    html_logo_url = "https://raw.githubusercontent.com/CipherDogs/cyber-rs/master/logo.png",
    html_favicon_url = "https://raw.githubusercontent.com/CipherDogs/cyber-rs/master/logo.png"
)]
//! cyber
//!
//! Library for cyber blockchain (https://cyb.ai/)
//!
//! cyber - consensus supercomputer for computing relevance in The Great Web or, simply, decentralized Google.
//!

/// Mnemonic phrase module
pub mod mnemonic;
/// Wallet module
pub mod wallet;