Skip to content

Commit 406273f

Browse files
authored
Merge pull request #5 from Tuntii/0-5v-Toon-Support
0 5v toon support
2 parents 6506066 + 7086b4e commit 406273f

File tree

36 files changed

+3599
-159
lines changed

36 files changed

+3599
-159
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/target
22
/memories
33
/scripts
4-
/benches
4+
# /benches
55
/.kiro
6+
7+
assets/myadam.jpg

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.3] - 2026-01-01
11+
12+
### Added
13+
- **New `rustapi-toon` crate**: TOON (Token-Oriented Object Notation) format support
14+
- LLM-optimized data serialization format
15+
- Content negotiation via `Accept` header (`application/toon`, `application/json`)
16+
- `Toon<T>` extractor and responder
17+
- `ToonNegotiate<T>` for automatic format selection
18+
- `LlmResponse<T>` for AI-friendly structured responses
19+
- OpenAPI integration with TOON schema support
20+
- `toon` feature flag in `rustapi-rs` for opt-in TOON support
21+
- `toon-api` example demonstrating TOON format usage
22+
- Improved cookie extraction test for duplicate cookie names
23+
24+
### Changed
25+
- Updated `rustapi-rs` to re-export toon module when feature enabled
26+
1027
## [0.1.2] - 2024-12-31
1128

1229
### Added

0 commit comments

Comments
 (0)