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
For the current moment all API functions implemented as static structs methods in dedicated submodule. It causes unnecessary usage of structs in code. We can just have public functions in submodule:
For the current moment all API functions implemented as static structs methods in dedicated submodule. It causes unnecessary usage of structs in code. We can just have public functions in submodule:
can be just replaced with
It will look much more nature to Rust.
The text was updated successfully, but these errors were encountered: