Skip to content

Commit bbf4007

Browse files
author
Derek
committed
feat(transport): add stateful FormatDetector with auto-locking
- Add DetectedFormat enum (Unknown/Json/MessagePack) - Add FormatMode enum (Auto/ForceJson/ForceMessagePack) - Add FormatDetector with mismatch tracking and auto-reset - Enhanced whitespace handling for JSON detection - 13 new tests for format detection Migrated from dfe-loader-clickhouse payload/detect.rs
1 parent 433b984 commit bbf4007

4 files changed

Lines changed: 996 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[package]
1010
name = "hs-rustlib"
11-
version = "0.1.0"
11+
version = "0.2.0"
1212
edition = "2021"
1313
rust-version = "1.75"
1414
description = "Shared utility library for HyperSec Rust applications"

0 commit comments

Comments
 (0)