-
I'm working on a tailwind rewrite in rust, called railwind. I think I have a good foundation laid down, now I have to implement all the classes. Currently only the container class works as it was the easiest.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
I see the integration with neovim is done via a separate plugin, did you think about adding support for neovim-remote?
-
cargo-limit
Productivity improvements for Rust ecosystem: warnings are skipped until errors are fixed, LSP-independent Neovim integration, etc.
Both neovim-remote and nvim-send are no longer needed for the project, because Neovim >= 0.7.0 now has nvim --remote-send. Since it's not high priority and it's trivial enough to change, I left an issue for anyone who wants to contribute to the project.
-
Just published an early version of wasm bindings for ag grid (JavaScript datatable library: https://github.com/mfreeborn/ag-grid-rs
-
Started doing The Rust Programming Language.
-