nitinol_resolver/
lib.rs

1//! # Nitinol Resolver
2//! This module defines an abstraction of the process of applying a predefined process to specific data.
3
4pub mod errors;
5pub mod mapping;
6pub mod resolver;