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
{{ message }}
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.
If the following invalid input is entered to the simple_key_value_store example it results in a crash:
If
put 1 1 1
is attempted, it is treated asput 1 1
.I highly recommend (ab)using docopt for this in the same way as has been done for the crust_peer example which initially suffered from identical problems:
https://github.com/Fraser999/crust/blob/master/examples/crust_peer.rs#L77-L92
https://github.com/Fraser999/crust/blob/master/examples/crust_peer.rs#L432-L504
The text was updated successfully, but these errors were encountered: