paladin-core
Pure domain types for the Paladin framework with zero infrastructure dependencies.
Purpose
paladin-core defines foundational entities and value objects using the Node pattern.
Key Modules
base: Core primitives likeNode<T>, collections, messages, and fields.platform: Domain entities for Paladins, Battalions, Garrison, Arsenal, Citadel, Herald, and Sanctum.
Usage
use base;
use platform;
// Import domain primitives and aggregate types from the core layer.
let _node_module = new;
let _status = Pending;
Feature Flags
This crate has no feature flags.