You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How would I import this as a crate in other python-facing rust package? I would like to use RustyBuffer as a zero-copy way of passing read()-able byte chunks to python within rfsspec. Later, I would also use the (stream) de/compressors. Just naively adding cramjam into my Cargo.toml causes a big long list of compiler errors related to linker symbols.
The text was updated successfully, but these errors were encountered:
Closing this, as I think #101 solves the last portion of you wanted to use the stream de/compressors; and nothing I can do about the first but see you've got it in rfsspec, and suppose you too, can use the buffer protocol to pass cramjam Buffer or otherwise to it I think.
How would I import this as a crate in other python-facing rust package? I would like to use RustyBuffer as a zero-copy way of passing read()-able byte chunks to python within rfsspec. Later, I would also use the (stream) de/compressors. Just naively adding
cramjam
into my Cargo.toml causes a big long list of compiler errors related to linker symbols.The text was updated successfully, but these errors were encountered: