Expand description
Core types and traits for 7sense bioacoustic analysis.
This crate provides foundational types shared across all bounded contexts:
- Entity identifiers (strongly-typed IDs)
- Value objects (GeoLocation, Timestamp, AudioMetadata)
- Common error types
- Domain entities and events
Re-exports§
pub use identifiers::*;pub use values::*;pub use error::*;
Modules§
- domain
- Domain Module
- error
- Common error types for 7sense.
- identifiers
- Strongly-typed entity identifiers.
- values
- Value objects for the 7sense domain.