You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by Andrew Lamb <al...@influxdata.com> on 2020/12/14 18:44:36 UTC

[Rust] [Proposal] Add guidelines about usage of `unsafe`

I would like to draw people's attention to the following
proposal documenting the acceptable use of `unsafe` Rust in the Rust Arrow
implementation:

https://github.com/apache/arrow/pull/8901

I wanted to increase the visibility of this proposal as it has implications
for future contributions.

Andrew