dab: The pursuit of laziness for Rustaceans

Crates.io Crates.io GitHub Workflow Status

dab is a command-line tool that is intended for Rust developers to savor their much deserved laziness after fighting with async lifetimes or FFI. Right now, it does one very simple thing: create modules. Well, I got a little mad creating modules while I was working on Skytable. Silly? Read this!

Installation 🚀

Simply run:

shell $ cargo install dab

Usage

Features ✨

Background

Call it my personal itch, in large Rust projects I've been extremely annoyed while creating modules (especially in workspaces). The usual sequence was:

  1. mkdir <package>/src/path/to/module
  2. touch <package>/src/path/to/module/mod.rs
  3. Edit main.rs or lib.rs to add the package the name
  4. Open the code editor and add code

I wanted to trim this down to one step. Hence, this tool.

License

This tool is licensed under the Apache-2.0 License.