nevi-me commented on a change in pull request #628:
URL: https://github.com/apache/arrow-rs/pull/628#discussion_r679510811



##########
File path: arrow/README.md
##########
@@ -35,6 +39,26 @@ The arrow crate provides the following optional features:
   implementations of some 
[compute](https://github.com/apache/arrow/tree/master/rust/arrow/src/compute)
   kernels using explicit SIMD processor intrinsics.
 
+## Safety
+
+TLDR: You should avoid using the `alloc` and `buffer` and `bitmap` modules if 
at all possible. These modules contain `unsafe` code and are easy to misuse.

Review comment:
       Yeah, I think it is, and I like your suggestion of putting them behind a 
feature flag




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to