Neovim Plugin for TDD with Rust
Runs cargo test when a buffer containing a Rust source file that contains tests is written.
Then immediately displays the results of those tests inside Neovim (see screenshot).
This is accomplished by parsing the output of cargo test.
{
'daic0r/rust-tdd',
config = function()
require('rust-tdd').setup()
end
}