v-common-module 0.1.26

common part of the veda platform
Documentation
#[macro_use]
extern crate log;

#[macro_use]
extern crate scan_fmt;

#[macro_use]
extern crate lazy_static;

pub mod common;
pub mod info;
pub mod module;
pub mod remote_indv_r_storage;
pub mod ticket;

pub use v_api;
pub use v_api::v_onto;
pub use v_search;
pub use v_storage;