hh9527
hh9527
This is very useful for editing no-western text document. (for example: markdown files) VIM has already support this feature for many years.
Is it possible to support Allocator type parameter and support customized deref? ```rust pub trait Allocatior { type RefId; unsafe fn alloc(&self, size: usize, align: usize) -> (Self::RefId, *mut u8);...
will this project support windows?
Nowadays, I switch to `helix` + `Zellij` (a modern tmux alternative) + `Alacritty`, the combo are very powerful. But sometimes, I miss the time when I was using vscode (with...
I want to write some rune script to get os environment, but I dont know how to read environtment variables of OS. Is there a missing?
## PROS - Low level, user code has the full flow-control, `spawn` free in hyper level - How-to/When-to use `spawn` could be full decided by the user level code -...
```rust encoder.add_length(0).unwrap(); if encoder.done_headers().unwrap() { // this should be unreachable } ```