| Crates.io | spdp_sys |
| lib.rs | spdp_sys |
| version | 0.1.0 |
| created_at | 2024-05-28 10:41:33.861079+00 |
| updated_at | 2024-05-28 10:41:33.861079+00 |
| description | SPDP codec bindings |
| homepage | |
| repository | https://github.com/mwlon/spdp-sys |
| max_upload_size | |
| id | 1254222 |
| size | 12,675 |
See the Texas State page for information about this lossless codec for numerical data. Note that I am not the original author; this just binds to the original (v1.1) C source code.
READ THIS IF YOU WANT TO USE THE BINDINGS!
Unstated by the original authors, but to avoid segfaults and memory corrupts during batches, note:
2 * n + 9 bytes long,
where n is the length of the input buffer.max(input_size, output_size) and an output buffer of length output_size.