WIP: Working on this :/
This was sorta a shot at doing things with an event system of sorts, and it hasn't really gone down well. I learned things from writing this code, but I don't think it's really useful.
This diff is collapsed.
... | ... | @@ -2,8 +2,10 @@ |
name = "init" | ||
description = "Init system for redox, includes service management" | ||
version = "0.1.0" | ||
edition = "2018" | ||
[dependencies] | ||
crossbeam = "0.6" | ||
failure = "0.1" | ||
generational-arena = "0.2" | ||
log = "0.4" | ||
... | ... |
Please register or sign in to comment