-
Updated
Aug 19, 2021 - Rust
actix
Here are 152 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
May 13, 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
Aug 10, 2021 - Rust
Blake3 bindings
-
Updated
Mar 7, 2021 - Rust
-
Updated
Jun 19, 2019 - Rust
-
Updated
Aug 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
Jul 3, 2020 - Rust
As well as support of tokio 1.0
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."
As can be seen in the docs currently, the
Debugimpl onAddrrequires the actor to also implementDebug. This is not actually needed as its not used.Implementing this manually as
would fix that.
This also applies to `