mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
* Implement `Optional<T>` type Define a type with the same presumed layout as `Option<T>`, but with defined behavior. * Make `transmute_*` functions unsafe The functions `memory::mmap_ops::transmute_*` are inherently unsafe, but are not marked as are. Their usage is documented, but it is not always clear if the code is correct. * Add `CsrHeader` to resolve another unsoundness Tuples have no defined layout.