Following example code #60
-
I'm attempting to use this library with a project I'm working on. I'm using the code example in the README but get warnings about using the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you set the |
Beta Was this translation helpful? Give feedback.
If you set the
blosc-all
feature you can use blosc freely. In that case you can remove#[cfg(feature="blosc")]
as you know this functionality is available