ashokspeelyaal
ashokspeelyaal
Hello Team, I have a Keycloak public client to authenticate ReactJS web and ReactNative mobile app. I have go( with gin) service for REST APIs in the backend. The issue...
I have "xlsxwriter = "0.6.0". When I run my Rust code independently it is fine and generating the excel file. However, we are building all our services as wasm32-wasi target....
We use bincode for serializationand store bin files, then deserialize for data access. We try to upgrade to bincode 2.0.0-rc.3, however from bincode 2.0.0+ needs Encode, Decode traits to be...
I have printpdf = "0.7.0" in my Cargo.toml If I run my Rust binary independently, there are no issues. However, we are building all our services as wasm32-wasi targets. When...