2026-07-28 23:47:57 +08:00
|
|
|
# Typert
|
|
|
|
|
|
|
|
|
|
English | [中文](README.zh.md)
|
|
|
|
|
|
2026-08-04 00:54:19 +08:00
|
|
|
Typert separates source analysis, runtime storage, and Loader discovery.
|
2026-07-28 23:47:57 +08:00
|
|
|
|
|
|
|
|
| Package | Role | Cordis key |
|
|
|
|
|
|---|---|---|
|
2026-08-04 00:54:19 +08:00
|
|
|
| [`registry/`](registry/README.md) | Stores runtime package reflection and schemas | `ctx.typert` |
|
|
|
|
|
| [`loader/`](loader/README.md) | Discovers Loader entries and registers generated host artifacts | consumes `ctx.loader` and `ctx.typert` |
|
|
|
|
|
| [`generator/`](generator/README.md) | Generates runtime artifacts from source types | build-time library |
|