ibraheemdev / papaya

A fast and ergonomic concurrent hash-table for read-heavy workloads.
MIT License
343 stars 5 forks source link

Enable `#![deny(unsafe_op_in_unsafe_fn)]` #10

Open ibraheemdev opened 2 months ago

ibraheemdev commented 2 months ago

There are currently some internal unsafe blocks that aren't directly documented. We should go through all of those and add safety documentation.