HaHa421
HaHa421
I'm able to build on msys using mingw patch (https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-rocksdb) , but anyway I get a segfault at Options::default() , while it works using the msvc toolchain
I can understand your point of view. I'm implementing distributed sqlite in rust right now , and the sqlx driver will be very close to the rqlite one . I...
Same here , my app rewrites the dom almost every frame during worst case tests , it wouldn't work decently without this patch (use case is a virtual/infinite scroll)
with rkyv 0.8.11, it seems to be straithforward , except for Sign where I used https://github.com/rkyv/rkyv/issues/482#issuecomment-2351618161 as follow: ```rust #[cfg(feature = "rkyv")] mod rkyv_impl { use super::Sign; use rkyv::{ bytecheck::{CheckBytes,...
I'm working on a client-server framework that uses rkyv for message exchange, and BigFloat is part of some messages. I patched astro-float to support serialization with rkyv so it integrates...
nice, almost there! but the CI fails for wasm32