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
Rust is a type safe language with a very strict compiler. Makes system level programming much safer.
Therefore provide a PoC metalbond client and server in rust with the help of tokio framework.
Try to avoid mutex usage and data structure locking.
Try to reduce the number of threads used.
Add also HA support.
Tasks:
Implement rust based PoC metalbond server.
Implement rust based PoC metalbond client.
Add HA support.
Add unit tests/automated tests.
Refactor.
The text was updated successfully, but these errors were encountered:
Rust is a type safe language with a very strict compiler. Makes system level programming much safer.
Therefore provide a PoC metalbond client and server in rust with the help of tokio framework.
Tasks:
The text was updated successfully, but these errors were encountered: