actor
Here are 144 public repositories matching this topic...
-
Updated
May 29, 2020 - Objective-C
-
Updated
Nov 25, 2020 - C#
Maybe as a followup to #192 we could try to update the bastion arch picture.
It would allow us to put it back on the readme and it would look better on the website :)
-
Updated
Jan 18, 2018 - Java
-
Updated
Nov 8, 2020 - C#
-
Updated
Nov 9, 2020 - C
-
Updated
Nov 25, 2020 - C++
-
Updated
Nov 21, 2020 - Java
-
Updated
Nov 9, 2020 - C++
-
Updated
Jul 7, 2020 - C
-
Updated
Nov 20, 2020 - C++
-
Updated
Sep 28, 2019 - Crystal
-
Updated
Nov 24, 2020 - C#
-
Updated
Sep 17, 2017 - JavaScript
-
Updated
Oct 23, 2020 - Java
-
Updated
Nov 25, 2020 - Common Lisp
-
Updated
Jan 2, 2020 - C#
-
Updated
Nov 23, 2020 - TypeScript
-
Updated
Aug 28, 2020 - Go
-
Updated
May 19, 2020 - C#
-
Updated
Sep 20, 2019 - Objective-C
-
Updated
Apr 10, 2020 - Go
Improve this page
Add a description, image, and links to the actor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the actor 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.