HomeBlogSeriesTips & TricksNotes
  • featured
  • all
  • go
  • redis
  • services
  • algorithm
  • data structure
  • k8s
  • network
  • linux
  • sockets
  • blockchain
  • poc
  • python
  • genai
  • eBPF
  • kernel
  • rust
  • reflections
  • engineering
  • yolo
  • 20 October 2024
  • Playing with Rust: Building a Safer rm and Having Fun Along the Way

    In this post, I introduce rrm, a Rust-based command-line tool for safely managing deleted files, explore extended attributes, and share insights on using Rust's mockall crate for testing.

    rustlinuxyolopoc
    15 minute read
    Playing with Rust: Building a Safer rm and Having Fun Along the Way
    rocket

    © 2023 KungFuDev made with love / cd 💜

    Heavily inspired/copied from shuttle.rs