about summary refs log tree commit diff stats
path: root/src/lib.rs
blob: 95486cd7b94c7c2c73aa2389d2010bfb91c573b2 (plain) (blame)
1
2
3
4
pub mod service;

#[cfg(feature = "models")]
pub mod model;