Skip to main content

Crate mkt_core

Crate mkt_core 

Source
Expand description

Core library for the mkt multi-platform marketing CLI.

This crate provides the shared traits, domain models, configuration, output formatting, HTTP client, and error types used across all provider crates.

Modulesยง

auth
Authentication and token resolution.
config
Configuration loading and profile management.
error
Unified error types for the mkt workspace.
http
Shared HTTP client and rate limiting utilities.
models
Domain models for the mkt marketing CLI.
output
Output formatting for CLI results.
pii
Normalization and hashing of personally identifiable information (PII) for audience uploads.
provider
Core provider trait for the mkt marketing CLI.