1
2
3
4
5
6
7
//! Common functionality for symbolic.
//!
//! In particular this defines common error types and similar things
//! that all symbolic crates want to use.

pub mod byteview;
pub mod types;