comnik / comnik/declarative-dataflow

How do you run the server?

Open
#86 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.