Module core

Source
Expand description

Core business logic layer

This module contains the core domain models, error types, and business logic that are independent of external dependencies.

Re-exports§

pub use error::Error;
pub use error::Result;

Modules§

auth
Authentication module
error
Error types for the metabase-api-rs library
models
Core data models