1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
// Copyright 2020 WeDPR Lab Project Authors. Licensed under Apache-2.0.

//! Library of shared utilities.

#[macro_use]
extern crate failure;

pub mod constant;
pub mod error;
pub mod tool;
pub mod traits;