-
Updated
Sep 3, 2021 - Rust
actix
Here are 152 public repositories matching this topic...
I'm trying to run the rustls example.
Following that README, I
cd security/rustls
cargo runand see the following error:
Started http server: 127.0.0.1:8443
thread 'main' panicked at 'removal index (is 0) should be < len (is 0)', library/alloc/src/vec/mod.rs:1385:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Panic in Arbiter thread.-
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 31, 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."
I'd like to configure stack size(and probably give threads names), afaik it's currently not possible.