Skip to content

Instantly share code, notes, and snippets.

@WillSquire
Last active June 2, 2019 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WillSquire/cfc65fa5fa803ce003506be78e90b67c to your computer and use it in GitHub Desktop.
Save WillSquire/cfc65fa5fa803ce003506be78e90b67c to your computer and use it in GitHub Desktop.

Modules

  • Diesel: Database ORM for Rust.
  • Serde: General serialisation and deserialisation library.
  • Uuid: UUID generation and parsing library.
  • Juniper: GraphQL backend for Rust.
  • Clap: Command line argument parser.

To try

  • Fake: Dummy data generator.

Tooling

  • Install rustup curl https://sh.rustup.rs -sSf | sh
  • Add rls rustup component add rls
  • Add clippy rustup component add clippy
  • Add rustfmt rustup component add rustfmt

Note stable or nightly might need to be reinstalled to add components.

To try

  • Cargo husky: Git hook runner for testing on commit, on push, etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment