Closed mcy closed 5 months ago
This PR adds:
best::vec
best::str_buf
best::fmt
best::layout
best::allocator
best::malloc
best::span
best::option
best::overflow
best::unsafe
unsafe
best/meta
This PR adds:
best::vec
, requires forbest::str_buf
and eventualybest::fmt
.best::layout
,best::allocator
, andbest::malloc
, to support memory management.best::span
andbest::option
get all of the nice Rust convenience helpers I felt like adding.best::overflow
and various other integer utilities.best::unsafe
now works more like Rust'sunsafe
.best/meta
which is currently a huge mess).