Closed birkenfeld closed 1 year ago
to avoid incompatibility with clang 16+.
This also changes the repr of size_t to usize instead of u64, removing the need for some casts.
Thanks! I'd release this as 0.3.0 - any objections?
Thanks! I'd release this as 0.3.0
:+1:
any objections?
no! :smile:
to avoid incompatibility with clang 16+.
This also changes the repr of size_t to usize instead of u64, removing the need for some casts.