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;
#[macro_use]
extern crate wedpr_macros;

pub mod coder;
pub mod error;