-
**Problem**
Im using workspace with three projects frontend(wasm), backend(native) and common-api (shared between frontend and backend).
```cargo test -p backend``` deadly slow and then pump…
-
it may be the dns issue. yes,if you put a static dns in hosts. it will be normal.
but other tools, such as curl will not have the problem. why?
url: https://cn.bing.com
curl is normal.but i…
-
Have just moved some functions into modules and have fought all warnings when suddenly:
```
[/home/andrey/Projects/Spotter/api-rust][ruby-2.2.3][master] >>> RUST_BACKTRACE=1 cargo build --verbose
…
-
see https://github.com/briansmith/ring/issues/829
Cargo.toml:
```
[package]
name = "service"
version = "0.1.0"
authors = [""]
edition = "2018"
[[bin]]
path = "bin/service.rs"
name = "t…
-
When decoding using the `Path` extractor, if the path contains `%2B`, then it's extracted as is, instead of decoding to a `+` character.
E.g. using a minimal example server:
```
extern crate ac…
-
hi, i have some problems in handling with actix-web router!
When i use 'scope' and 'prefix' seperately to create two apps, the 'scope' app only work as expected, the other not. I wonder to know why?…
-
Code:
```
extern crate actix_web;
extern crate tokio;
use actix_web::{actix, client, HttpMessage};
use tokio::prelude::*;
fn main() {
actix::run(|| {
client::get("http://192.168.…
-
Hi!
I want to compile a rust application from a windows 10 machine targeting my "raspberry pi 3 model b" device. I've tried to follow the instructions to my best ability but have not been able to g…
-
Hi,
I am playing a bit with rust/actix-web on my personal website.
The code is very basic
https://git.neowutran.ovh:8080/neowutran/Website/src/master/src/main.rs
```rust
server::new(|| {
…
-
I have errors when trying to build an empty project.
```Compiling exonum_librocksdb-sys v0.5.4
error: failed to run custom build command for `exonum_librocksdb-sys v0.5.4`
process didn't exit succe…