issues
search
aurae-runtime
/
aurae
Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.86k
stars
90
forks
source link
Bring VM service more inline with other auraed services
#530
Closed
dmah42
closed
3 months ago
dmah42
commented
3 months ago
Specifically:
add a custom error enum and use it
split the basic implementation from the tonic wrapper
add basic documentation
rename create to allocate
TODO:
validate requests
add tests
Specifically:
TODO: