orthodoxy 0.2.4

A collection of my utility libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[cfg(feature = "annotations")]
pub mod annotations;
#[cfg(feature = "hish")]
pub mod content_hash;
#[cfg(feature = "id")]
pub mod id;
#[cfg(feature = "services")]
pub mod services;
#[cfg(feature = "tag")]
pub mod tag;

#[cfg(feature = "transformer")]
pub mod transformer;

#[cfg(feature = "orm")]
pub mod orm;