rust_net 1.0.0

A fast and Reactive distributed systems toolbox
Documentation
1
2
3
4
FROM rust
COPY target/debug/RustNetTest /bin/RustNetTest
EXPOSE 8888
CMD ["/bin/RustNetTest"]