nitinol-resolver 0.1.0

Library for Nitinol to abstract how to process Events to Entity
Documentation
1
2
3
4
5
6
//! # Nitinol Resolver
//! This module defines an abstraction of the process of applying a predefined process to specific data.

pub mod errors;
pub mod mapping;
pub mod resolver;