I'm still sketching out an actix-web and specs style abstraction for extracting information out of the context statically, but it's currently very straightforward to write and bind handlers by just directly grabbing references from the context. Ideally you'd be able to specify handler dependencies with just function parameters, but I'm struggling to make that work.
This may be another crate to publish if it turns out to be useful. #rust
Next thing I really want to explore is hot reloading dispatchers from rust dlls. I feel like that has the potential to be extremely useful for RE work.