rust-bootcamp

My monorepo for rust learning materials.

Development guide

  1. git hook on client-side

      chmod -R +x .githooks
      git config core.hooksPath .githooks
  2. git subtree to include assignment template

      git subtree add -P app/simple-redis --squash https://github.com/tyr-rust-bootcamp/02-simple-redis master