This PR continues the refactor/ cleanup from #87 by pulling most of the logic out of the main loop and into various handler functions (inside the new src/handle.rs file). Additionally, this also adds timing logs for each request and notification, as mentioned in #80.
This PR continues the refactor/ cleanup from #87 by pulling most of the logic out of the main loop and into various handler functions (inside the new
src/handle.rs
file). Additionally, this also adds timing logs for each request and notification, as mentioned in #80.