stateset-core 1.23.2

Core domain models and business logic for StateSet iCommerce
Documentation
1
2
3
4
5
6
7
//! Service modules for external integrations

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

#[cfg(feature = "embeddings")]
pub use embeddings::*;