Engin Diriblog.ediri.ioยทOct 21, 2022How to build a Trivy plugin in Rust ๐ฆTL;DR Code https://github.com/dirien/trivy-plugin-ui Introduction In this blog article, we're going to build a Trivy plugin using Rust ๐ฆ. The functionality of the plugin itself is pretty basic: It contains a simple terminal user interface (TUI) to ...534 readsLearning RustRust
Engin Diriblog.ediri.ioยทOct 8, 2022How to release Rust ๐ฆ apps with jReleaserTL;DR Code https://github.com/dirien/rust-jreleaser Introduction Recently I decided to start learning Rust ๐ฆ! https://twitter.com/_ediri/status/1577868970593583104?s=20&t=0NWRHqD7ohV8drrQyYVkuQ And of course, one of the important parts for me was: H...472 readsLearning Rustjreleaser