sawtooth-core
sawtooth-core copied to clipboard
Rewrite REST API in Rust
Are we going to port the rest api to rust for better preformance?
If so rocket or actix-web? I wound think this should make a nice self contained project for someone and we could keep both the python implementation and the rust impl for a while till everyone was completely happy.
Probably actix web 3, so we can compile it together with the REST API implemented in Grid.