Skip to content

Latest commit

 

History

History
95 lines (65 loc) · 3.04 KB

README.md

File metadata and controls

95 lines (65 loc) · 3.04 KB

Buffalo Rust

Buffalo Rust is the GitHub organization for the Buffalo Rust Meetup.

We use this repo for any standing resources we regularly share at meetings.

You can view the repo on GitHub here:

https://github.com/BuffaloRust/buffalorust.github.io

Rust User Group

Our primary meetup is the Rust User Group, which meets every first Tuesday of each Month virtually. You can find the next one on Meetup!

This is a discussion oriented meetup, which follows a rough agenda:

  • Introductions
  • Questions about Rust
  • Presentations
  • Open Discussion

All are welcome, regardless of location and prior Rust experience! We talk about everything from lifetimes, async, networking, operating systems, game dev, and functional programming.

Resources

This Week In Rust:

https://this-week-in-rust.org/

Rust Lang Community Discord:

https://discord.gg/rust-lang-community

Official Rust Programming Language Discord:

https://discord.gg/rust-lang

Rust Analyzer (VSCode, Sublime, vim, emacs):

https://rust-analyzer.github.io/

Getting Started With Rust

We're starting to collect a list of Rust learning resources, and the details will be posted here.

Here is our first list - we'll refine this list as we discuss it more at the meetups.

Where are people getting stuck?

  • Hang Ups When Learning
  • Mutability
  • Iter

Learning Lifetimes

TODO - this comes up a lot

(maybe check out Learn Rust With Entirely Too Many Linked Lists above)

More Tips and Tricks/Frequenty Shared Links & Tools

TODO - provide more details

  • cargo xtask
  • cargo alias
  • rust-toolchain.toml (not always recommmended, but useful for certain projects)