# Baseline
[](https://choosealicense.com/licenses/lgpl-3.0/) [](https://crates.io/crates/baseline) [](https://docs.rs/baseline)
## Overview
Baseline is a Rust crate providing common types and traits for dealing with financial data.
[SmolStr](https://crates.io/crates/smol_str) is used where appropriate for more efficient allocation.
The crate is in early stages and the API is **not** yet stable.
Current types include:
- `security::Identifier { mic, symbol }`
- `currency::Pair { base, quote }`