-
Updated
Dec 7, 2020 - Rust
actix
Here are 118 public repositories matching this topic...
-
Updated
Sep 28, 2019 - Rust
-
Updated
Nov 28, 2020 - Rust
Expected Behavior
I expect the crates.io repository link to go here.
Current Behavior
It goes to the actix-web repository.
Possible Solution
Fix the link.
Steps to Reproduce (for bugs)
- Click the link
- Get confused when actix-session source code is missing, and spend all too much time looking for it.
Blake3 bindings
-
Updated
Jun 19, 2019 - Rust
-
Updated
Nov 27, 2020 - Rust
-
Updated
Nov 12, 2019 - Rust
OSX build
I have found that Hearth works on OSX just great:

It would be good to have executable for Mac. It might be automated using Travis:
https://docs.travis-ci.com/user/reference/osx/
-
Updated
Jan 5, 2020 - Rust
-
Updated
Sep 27, 2020 - Rust
-
Updated
Jul 3, 2020 - Rust
-
Updated
Dec 11, 2019 - Rust
-
Updated
Nov 30, 2018 - Rust
Improve this page
Add a description, image, and links to the actix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the actix topic, visit your repo's landing page and select "manage topics."
If somebody wants to just use the actix_derive crate (for example in a sublibrary to define a message struct), then actix needs to be compiled with default-features=false, i.e.,
actix = { version = "0.10", default-features = false}is required to be a dependency instead of a dev.dependency.