https://github.com/brson/being-rust
Intro to Rust talk
https://github.com/brson/being-rust
Last synced: 10 months ago
JSON representation
Intro to Rust talk
- Host: GitHub
- URL: https://github.com/brson/being-rust
- Owner: brson
- License: mit
- Created: 2019-10-09T07:31:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T21:18:02.000Z (over 3 years ago)
- Last Synced: 2024-12-15T17:51:17.212Z (over 1 year ago)
- Language: JavaScript
- Size: 11.5 MB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Being Rust
http://brson.github.io/being-rust/index.html
## External material
Some mentioned in talk.
- https://github.com/brson/my-rust-lists
- [guru-notes.md](guru-notes.md)
- https://limpet.net/mbrubeck/2019/02/07/rust-a-unique-perspective.html
- https://doc.rust-lang.org/nomicon/aliasing.html
- https://manishearth.github.io/blog/2015/05/17/the-problem-with-shared-mutability/
- https://brson.github.io/2017/04/05/minimally-nice-maintainer
- https://github.com/RustBeginners/awesome-rust-mentors
## Resources I use
- https://crates.io
- https://docs.rs
- https://libs.rs
- https://github.com/brson/my-rust-lists
- https://github.com/brson/rust-anthology/blob/master/master-list.md
- https://github.com/ctjhoa/rust-learning
- https://github.com/rust-lang
- https://github.com/rust-nursery
- https://github.com/rust-unofficial
## Inspiring Rust writing
- http://blog.rust-lang.org/2015/04/10/Fearless-Concurrency.html
- http://dtrace.org/blogs/bmc/2018/09/18/falling-in-love-with-rust/
- http://blog.burntsushi.net/ripgrep/
- https://github.com/rust-unofficial/too-many-lists
- https://doc.rust-lang.org/std/collections/
## Slide deck usage
Run with
```
npm install
npm start
```
## Potential image credits
- https://search.creativecommons.org/photos/50a97432-1881-40f2-b4af-cd3a7650f25b
- https://search.creativecommons.org/photos/efd1bba9-7784-4359-94ee-554075077855
- https://search.creativecommons.org/photos/8a1e64f1-0a3b-4799-b969-d6cd849c415e
- https://search.creativecommons.org/photos/c22d18a1-7b1a-4244-a828-bafbb0b2b519
- https://search.creativecommons.org/photos/8c14d50c-5404-4c3b-b706-58c03609d775
- https://search.creativecommons.org/photos/d54bbb44-98ec-42e7-918e-febdcbcc2d8f
- https://search.creativecommons.org/photos/a9cf2300-61cd-4028-89f6-ec3f2451c1c2
- https://search.creativecommons.org/photos/78a41c26-0330-47d0-aac4-5ab6410538eb
- https://search.creativecommons.org/photos/22ed2858-2906-4dee-89d1-70d5a2b32915
## License
Custom content is CC-BY-4.0 / MIT.
reveal.js is MIT.