Commit 2904762
committed
refactor: make bbl_format module public for crate users
Export bbl_format module publicly so crate users can access:
- BBLDataStream for parsing binary data
- Encoding/predictor constants (ENCODING_*, PREDICT_*)
- parse_frame_data for frame parsing
- sign_extend_14bit for 14-bit encoding
This enables external crates and the CLI binary to use the same
stream and parsing implementation.
Addresses Issue #9: Refactor CLI to use crate library functions1 parent 850fc27 commit 2904762
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments