-
Updated
Nov 9, 2021 - Rust
actix
Here are 159 public repositories matching this topic...
due to #411 there will be a bunch of broken links in READMEs now
-
Updated
May 8, 2021 - Rust
-
Updated
Nov 8, 2021 - Rust
Expected Behavior
Code as shown in the example in actix-identity/src/lib.rs should work. Here is a complete main.rs file that should compile according to the actix-identity documentation but doesn't:
use actix_identity::{CookieIdentityPolicy, IdentityService};
use actix_web::{App, HttpServer};
#[actix_we
-
Updated
Nov 9, 2021 - Rust
Blake3 bindings
-
Updated
Mar 7, 2021 - Rust
-
Updated
Jun 19, 2019 - Rust
-
Updated
Nov 7, 2021 - 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/
As well as support of tokio 1.0
-
Updated
Jan 5, 2020 - Rust
-
Updated
Aug 19, 2021 - Rust
-
Updated
Jul 3, 2020 - 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."
I'd like to configure stack size(and probably give threads names), afaik it's currently not possible.