Crates You Should Know
Topics:
- Revamping Rust Training Materials via @jacobrosenthal
- Github1s Extension and Octotree via @PeterKehl
Revamping Rust Training Materials via @jacobrosenthal
Repo: https://jacobrosenthal.github.io/rust-training-aimldevfest-2019
Jacob revamped a lot of his Rust training book which introduces Rust and basic image processing (convolution for edge detection, sharpening, blurring, etc). If you read it, please share any feedback with Jacob!
Github1s and Octotree via @PeterKehl
Peter shared github1s a site that opens GitHub repos in VSCode. There is also a Chrome extension, Github1s Extension that injects a button on the GitHub site to do the same.
Peter also shared Octotree, a Browser extension that enhances GitHub code review and exploration.
Crates You Should Know
- totp-lite: A simple, correct TOTP library
- lambda_runtime: AWS Lambda Runtime
- cargo-modules: A cargo plugin for showing a tree-like overview of a crate's modules
- syn: Parser for Rust source code