Stepan Koltsov
Stepan Koltsov
See how `IndexMap` is doing it: https://docs.rs/indexmap/latest/indexmap/map/struct.IndexMap.html#method.get `Equivalent` trait is implemented automatically for `Borrow`, but additionally it can be implemented for complex types. Consider this example: ``` struct Key {...
... otherwise it is not possible to implement SessionState
asynchronous server must not block in `rx.recv_frame()`, so `handle_next_frame` is not suitable for asynchronous server. The workaround this limitation is to implement `ReceiveFrame` which produces one previously read frame, but...
convert RawFrame
Whole `TransportStream` is not needed. It is problem, because, for example, `conn.send_next_data(..)` cannot be (easily) called with `Vec` argument, which implements `Write`, but not `TransportStream`.
* Add types for `Event` variants * Add `FrameOutput::exit()` shortcut * Add `KeyEvent::is_quit`, `Event::is_key_quit` and `FrameInput::has_key_quit` * Add `FrameInput::has_key_quit` * Quit examples on Cmd-Q/Ctrl-Q
no_std
Is there a demand for `no_std` feature?
`dtrace` is not available on macOS when "system integrity protection is on" ``` % sudo flamegraph ls dtrace: system integrity protection is on, some features will not be available dtrace:...
I see from issues, it is supposed to work with NeoVim. Can you clarify it in readme?