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
Current FabricClient still requires users to use unsafe to convert payload and results.
mssf-core crate is intended to provide safe APIs for users, and thus needs to provide a better wrapping.
The text was updated successfully, but these errors were encountered:
Implement safe rust wrapper for fabric client.
Safely wrapped resolve_service_partition and get_node_list.
The API design is modeled after Csharp FabricClient.
Added unit tests for calling these apis with SF onebox and echo app
running locally (and in ci).
#15
Current FabricClient still requires users to use unsafe to convert payload and results.
mssf-core crate is intended to provide safe APIs for users, and thus needs to provide a better wrapping.
The text was updated successfully, but these errors were encountered: