feat: Pipe

This commit is contained in:
2025-01-29 00:04:00 -05:00
parent 6fa4b21c4f
commit 9d944c3218
15 changed files with 888 additions and 235 deletions

6
.helix/languages.toml Normal file
View File

@@ -0,0 +1,6 @@
[language-server.rust-analyzer.config]
cargo.features = "all"
[language-server.rust-analyzer.config.check]
command = "clippy"
args = ["--no-deps", "--workspace"]