-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Finally started learning Rust and made this grep_clone: https://github.com/shamlees/grep_clone
-
The implications for my fuzzer, fuzzcheck, are huge! Compiling fuzz tests is a lot easier. There should be no more need to create a separate fuzz folder, fuzz tests can be regular #[test] functions, private implementation details can be fuzz-tested as well, rust-analyser works as expected, documentation can be easily generated, etc. I can also attach a human-readable coverage report to every test case :)
-
-
Porting my (forked, so not all my work) text editor uivonim to use Tauri instead of Electron. PR for those curious is here: https://github.com/smolck/uivonim/pull/336
-
Porting my (forked, so not all my work) text editor uivonim to use Tauri instead of Electron. PR for those curious is here: https://github.com/smolck/uivonim/pull/336