Skip to content

Commit 27400c0

Browse files
authored
[Rust] Add zeroparser sub-crate to Zerobus SDK (#323)
Signed-off-by: brankogrb-db <branko.grbic@databricks.com>
1 parent feb1e53 commit 27400c0

35 files changed

Lines changed: 11387 additions & 8 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ Thumbs.db
2121

2222
# Databricks
2323
.databricks
24+
.cargo/

rust/CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Any change to the Rust SDK's public API surface has cascading effects:
5555
## Feature flags
5656

5757
- `arrow-flight` — Arrow Flight support (Beta). API is stabilising but may still change before GA.
58+
- `zeroparser` — Zero-copy, single-pass protobuf parser driven by `prost_types::DescriptorProto`. Off by default; opt-in for downstream consumers. Source under `sdk/src/zeroparser/`; see its README for details.
5859
- `testing` — Test utilities.
5960

6061
## Error handling

0 commit comments

Comments
 (0)