issues
search
constellation-rs
/
constellation
Distributed programming for Rust.
Apache License 2.0
564
stars
24
forks
source link
QoL improvements
#59
Closed
alecmocatta
closed
4 years ago
alecmocatta
commented
4 years ago
Make constellation resiliant to internal failures - return errors rather than panic;
Make the
mem
and
cpu
fields inside
Resources
typed -
breaking change
;
Test Linux musl builds on Windows & macOS CI;
Refactor
tester
in preparation for adding kubernetes to CI.
mem
andcpu
fields insideResources
typed - breaking change;tester
in preparation for adding kubernetes to CI.