-
Hi!
I'm trying to run 'hello-world' example.
Those are my steps
```sh
$ git clone https://github.com/actix/examples.git
Cloning into 'examples'...
remote: Enumerating objects: 264, done.
remo…
-
OS: MacOS 10.14.2
rustc: rustc 1.32.0 (9fda7c223 2019-01-16)
Dependency Declaration:
```toml
[dependencies]
actix = "0.7"
actix-web = {version = "0.7", features = ["ssl"]}
```
With this …
-
There has been frustration among Tokio users regarding the number of crates pulled in when depending on Tokio. Here is an opportunity to discuss an alternative strategy. By doing this RFC, users who a…
-
We'll need to agree on a set of technologies to build VG browser on. We need frameworks that 1) Are a good fit for the problems we need to solve and 2) team members are familiar with so we can maximi…
-
This may be another issue with not using the framework correctly, however I haven't been able to get to the bottom of what is happening.
I have a handler with an extractor tuple of Json struct and …
-
Hi!
i'd like to use a map in actixweb.
What's the best and current method to use an evmap as a global?
Thanks!
-
After updating actix from v0.7.5 to v0.7.6 I'm seeing the following failures on TravisCI:
```
Downloading trust-dns-resolver v0.10.0
Compiling trust-dns-proto v0.5.0
error[E0432]: unresolved …
-
https://docs.rs/rocket/0.4.0/rocket/?search=foobar gives me:
![grafik](https://user-images.githubusercontent.com/921462/54290652-a3b84f00-45ab-11e9-9f75-379ddefccef4.png)
https://docs.rs/regex/1.…
-
Have you ever complained that rustc is slow? We want to know more!
Please leave comments here with the following details:
- Link to code
- Details of *which workflow* is slow (`cargo check`, `…
-
Docs.rs may have failed to build some crates for various reasons (missing dependency on build machine or bad configuration etc).
You can report them into this issue.