-
Updated
Nov 10, 2020 - Rust
actix
Here are 117 public repositories matching this topic...
-
Updated
Sep 28, 2019 - Rust
-
Updated
Oct 14, 2020 - Rust
Extend Session api to getting time until a key in the session will expire. Similar to Redis command ttl.
Extend Session api to reset ttl back to the initial time. For sessions with Redis, the expire command could be used.
Blake3 bindings
-
Updated
Jun 19, 2019 - Rust
-
Updated
Nov 4, 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
Jul 3, 2020 - Rust
-
Updated
Sep 27, 2020 - Rust
-
Updated
Dec 11, 2019 - Rust
-
Updated
Nov 30, 2018 - Rust
-
Updated
Feb 28, 2020 - Reason
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.