1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
/*!
This crate provides implementations of various industry standard
classification schemes.

These registries allow the validation and description of some code
values that may be returned from methods on _request traits_.
*/

extern crate chrono;
extern crate fin_model;

// ------------------------------------------------------------------------------------------------
// Trait Implementation Modules
// ------------------------------------------------------------------------------------------------

pub mod classifiers;

pub mod markets;