Expand description
§DX Forge Public API - The 132 Eternal Functions
This module contains the complete, final, immutable public API for Forge v0.1.0. All 132 functions are implemented here and organized by category.
Re-exports§
pub use lifecycle::*;pub use version::*;pub use pipeline::*;pub use reactivity::*;pub use branching::*;pub use events::*;pub use config::*;pub use cicd::*;pub use dx_directory::*;pub use offline::*;pub use cart::*;pub use packages::*;pub use codegen::*;pub use dx_experience::*;
Modules§
- branching
- Safe File Application with Enterprise-Grade Branching Decision Engine APIs
- cart
- Cart System — The Gateway Drug to dx
- cicd
- CI/CD & Workspace Orchestration APIs
- codegen
- Generated Code Governance APIs
- config
- The One True Configuration System (dx.toml) APIs
- dx_
directory - .dx/ Directory — The Transparent, Version-Controlled Brain APIs
- dx_
experience - Developer Experience & Editor Integration APIs
- events
- Global Event Bus & Observability APIs
- lifecycle
- Core Lifecycle & System Orchestration APIs
- offline
- Offline-First Architecture APIs
- packages
- Package Management — The Death of npm/cargo/pip
- pipeline
- Pipeline Execution & Orchestration APIs
- reactivity
- Triple-Path Reactivity Engine APIs
- version
- Version Governance & Package Identity APIs