comnik / comnik/declarative-dataflow
How do you run the server?
- Dominant language
- Rust
- Stars
- 326
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I can't figure out how to build this in a way that I later can run it. This is my first Rust thing ever. I have installed `rustup` and it got me `cargo`. I have run `cargo build` and it compiles everything, even if there are some deprecation warnings.
Running `cargo run` gives me:
```
a bin target must be available for `cargo run`
```
I've also tried `cargo build --all-targets` and the tests got my machine really hot, but still the same `cargo run` results.
I checked the video presentation linked in the README and saw the command `cargo run --bin server -- --` used, but it gives me:
```
error: no bin target named `server`
```
I also looked at the Travis file and did the clippy things (w/o having the faintest idea about what I am doing), but same results.
Now I am out of ideas, and love me some clues.
Contributor guide
Assessment
This issue has not been assessed yet.