//! # Assessment
//!
//! A library that allows different types of assessments, to convert between them and to perform
//! basic operations.
//!
//! Currently, the lib supports *numeric* and *interval* **quantitative** values
//! and *linguistic*, *2-tuple* and *hesitant* **fuzzy** values.
//!
//! Note that the library is a **Work In Progress**.
extern crate impl_ops;
pub use Domain;
pub use Valuation;