-
This issue is a part of #6 which involving the asset management sub-system. An asset is a file on disk, stored with some specified formats. For example, texture files, model files and entity descripti…
-
`cargo build
Updating registry `https://github.com/rust-lang/crates.io-index`
Updating git repository `https://github.com/bfops/stopwatch-rs`
Updating git repository `https://github.com…
ghost updated
7 years ago
-
How I faced it:
`$ rustup update`
`$ cargo new sqlite_demo --bin`
Created binary (application) `sqlite_demo` project
`rust$ rustc --version`
rustc 1.16.0 (30cf806ef 2017-03-10)
`$ cd sqlite…
-
compiled with:
```
cargo install --git https://github.com/bluejekyll/trust-dns trust-dns-server --features tls,ring --force
```
/home/trustdns/config.toml
```
listen_addrs_ipv6 = ["2a01:4f8:c0…
-
Trying to figure out how to have a main logger that is passed down into components that based on their configuration set a LevelFilter. I can't get the drain from the drain from main log for LevelFilt…
-
I tried to compile libsqlite3-sys v0.4.0.
I expected to see this happen: compilation without compiler panic
Instead, this happened: above message (see title) from ../src/libcore/result.rs:688; then …
-
```
error: failed to compile `shadowsocks-rust v1.0.1`, intermediate artifacts can be found at `/tmp/cargo-install.9m8HtpLBFnGM`
Caused by:
failed to run custom build command for `openssl-sys-e…
-
I have a multi module project that contains a rlib (depends on rust-openssl) and a bin (depends on rlib).
It is ok when I build rlib alone, but failed when I build bin, I got error:
```bash
...…
-
Installing parity with ```cargo install --git https://github.com/paritytech/parity.git parity -f```. The ```-f``` is due to me already having installed it and just wanting to update it.
I tried thi…
-
I trying to build on ubuntu 16.04 and getting and error. Is there any chance you could provide some more detailed instruction about what dependencies need to be installed. rust, docker? what is the pr…