dotfiles/templates/rust-monorepo/README.md

1.7 KiB

Rust-monorepo. TODO: Change this to your monorepo name

About this template

built with nix

Check out these killer libraries

Application development

  • Serde for (de)serialization needs

    • Data-driven programming in Rust starts with Serde
    • Service system programming starts with defining your message protocols & data formats
  • Clap declarative CLI arguments

    • Data-driven CLI development in Rust starts with Clap
  • itertools for extra juice to iterators

  • log or env-logger for logging needs

Library development

  • proptest for hypothesis testing
    • Data-driven testing starts with proptest