Cargo Features
[dependencies]
over-there-core = { version = "0.1.0-alpha.1", default-features = false, features = ["custom", "exec", "file-system", "forward"] }
- default = custom, exec, file-system, forward
-
These default features are set whenever
over-there-core
is added without
somewhere in the dependency tree.default-features = false - custom default
-
Ability to send custom messages with arbitrary handlers
- exec default
-
Ability to execute programs remotely and retrieve results
- file-system default
-
Ability to manipulate the file system
- forward default
-
Ability to forward messages to other over-there instances