| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: rename GETTING_STARTED.md to GETTING-STARTED.md | 魏曹先生 | 8 days | 1 | -732/+0 |
| | | |||||
| * | feat(core): rename `builds` feature to `build` | 魏曹先生 | 13 days | 1 | -1/+1 |
| | | | | | | | | Replace the `builds` feature with `build` across the crate, keeping a backward-compatible alias for the old name. Update all internal visibility from `#[doc(hidden)] pub mod` to `pub(crate) mod` and reorganize the `__private` module into a dedicated `private.rs`. | ||||
| * | feat(any): make `Grouped` trait unsafe and encapsulate `AnyOutput` | 魏曹先生 | 2026-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | fields Declare `Grouped` as `unsafe trait` to make its soundness invariant visible. Make `AnyOutput.type_id` and `member_id` private; add public accessors and the `unsafe fn new_bare` constructor. | ||||
| * | docs: migrate renderer examples to buffer macro and update docs | 魏曹先生 | 2026-07-20 | 1 | -5/+4 |
| | | | | | | | | | Update all documentation and code examples to use the new `#[renderer(buffer)]` pattern with `r_println!` instead of manually constructing `RenderResult` with `writeln!`. | ||||
| * | fix: update import path for StructuralRendererSetup in | 魏曹先生 | 2026-07-20 | 1 | -1/+2 |
| | | | | | GETTING_STARTED.md | ||||
| * | docs(guide): replace 'parser' feature with 'picker' in code examples | 魏曹先生 | 2026-07-20 | 1 | -6/+9 |
| | | |||||
| * | docs: update GETTING_STARTED.md to reflect new Picker API | 魏曹先生 | 2026-07-20 | 1 | -54/+8 |
| | | |||||
| * | fix!: rename `Groupped` to `Grouped` across the codebase | 魏曹先生 | 2026-07-19 | 1 | -5/+5 |
| | | |||||
| * | docs: add GETTING_STARTED.md and update README icon size | 魏曹先生 | 2026-07-19 | 1 | -0/+775 |
