| Crates.io | cortenforge |
| lib.rs | cortenforge |
| version | 0.6.0 |
| created_at | 2026-01-03 18:10:26.256911+00 |
| updated_at | 2026-01-14 01:19:02.839896+00 |
| description | Umbrella crate for the CortenForge stack; re-exports app-agnostic crates with feature wiring. |
| homepage | https://github.com/via-balaena/CortenForge |
| repository | https://github.com/via-balaena/CortenForge |
| max_upload_size | |
| id | 2020548 |
| size | 3,876,986 |
Shared Rust crates for the CortenForge simulation substrate (capture, ETL, training, inference, and tooling). This repo is library-only; the colon_sim app and other demos now live in their own repositories.
cortenforge umbrella crate, core libraries under crates/, and tooling under tools/.docs/cortenforge_book, build with mdbook build docs/cortenforge_book).https://github.com/via-balaena/Deep-Poo), build with cargo run -p sim_view or inference_view, and wire hooks as needed. This repo stays library-only.RELEASE.md for publish/tag steps.LICENSE and COMMERCIAL_LICENSE.md.Cargo.toml: workspace root + umbrella crate (cortenforge).crates/: core and mid‑layer libraries (sim_core, vision_*, data_contracts, models, training, inference, capture_utils, burn_dataset, cli_support).tools/: cortenforge-tools crate (app‑agnostic tooling bins and helpers; not bundled by the umbrella crate).docs/: books and release material (docs/cortenforge_book is the primary book).todo/: local planning (gitignored).cargo test --workspace --lockedcargo fmt --allmdbook build docs/cortenforge_bookcortenforge-tools.toml at repo root (or set CORTENFORGE_TOOLS_CONFIG) to customize paths/commands.version = "0.6.0" (examples: cortenforge-sim-core, cortenforge-vision-core, cortenforge-vision-runtime, cortenforge-data-contracts, cortenforge-capture-utils, cortenforge-models, cortenforge-training, cortenforge-inference, cortenforge-cli-support, cortenforge-burn-dataset, cortenforge-tools).cortenforge is at 0.6.0 (core stacks only; add cortenforge-cli-support and cortenforge-tools directly if needed).cortenforge-training: backend-wgpu (optional GPU); defaults to NdArray.cortenforge-inference: backend-wgpu (optional GPU); defaults to NdArray; tinydet/bigdet feature gates.cortenforge-tools): scheduler, tui, gpu-nvidia.burn-core is now on the fixed 0.19.1 release; no vendored patch is required.CortenForge follows Semantic Versioning with coordinated releases across all workspace crates:
Detector, Recorder, core model types).All crates in the workspace are released together with synchronized version numbers. When upgrading between minor versions, check the CHANGELOG.md for any experimental API changes that may affect your code.
Stability guarantees:
See docs/cortenforge_book for architecture, guided app building, and crate deep dives.