You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of right now, the server only contains functions F of type F: u64 -> u64. Will need a non-type dependent way to send arguments and result back and forth; this crate might help: https://docs.serde.rs/serde/
It's not perfect, but it is implemented: serde is now used to send a struct IngerRequest that should contain all the information the server needs. However, it is still type dependent.
No description provided.
The text was updated successfully, but these errors were encountered: