-
Hi, i am running tarpaulin command `cargo tarpaulin --all` inorder to check the coverage results.
tarpaulin.toml
```
[all]
verbose = true
debug = false
workspace = true
exclude-files = ["src/…
-
The `/http` multiaddress seems to correspond to a simple HTTP client/server. We can turn libp2p into a simple HTTP client/server with some minor tweaks.
It should be possible to write an `HttpTrans…
-
I'm following the document to try to setup a teeclave environment but failed with build errors, any suggestions? Thanks.
```
docker run --rm -v $(pwd):/teaclave -w /teaclave \
> -it teaclave/te…
-
I'm using Hyper + Hyper-TLS with the [Daemonize](https://docs.rs/daemonize/0.3.0/daemonize/) crate to make the following HTTPS call from within a Daemon my subprocess runs. Interestingly, if I make a …
-
It seems like an useful function to have when one can't use `async_h1::accept`.
-
How can I convert the `&ws::message::Message` to `&str`
I received this msg from the client:
`{"lat":19.0999827,"lon":-122.084,"s":0}`
and trying to deserilize it, as JSON, so I wrote this cod…
-
Fresh new clone from github
Cargo Version: cargo 1.42.1
Debian 10
Output: /home/librespot# cargo build --release --verbose
`
Fresh autocfg v1.0.0
Fresh cfg-if v0.1.10
Fresh…
-
after failing to install 1.3.1 it still seems to be going back to that failed version.
Trying explicit --version fails also with:
```
$ cargo install deno --version 1.3.2
Updating crates.io i…
-
このあと `rustup update` ってしてからもう一度試したら通ったんですが、Rust 処理系の特定のバージョンでしか動かないなら README に書くか `Cargo.toml` の設定で弾くなどをしておいてほしい
``` console
$ cargo --version
cargo 1.42.0 (86334295e 2020-01-31)
$ rustc --ver…
-
I get the following error while trying to follow the instructions for a serverless install
```
error[E0658]: the `#[non_exhaustive]` attribute is an experimental feature
```
Complete console o…