gear
idea
Possible Rust
Learning what’s possible in Rust.
Jump to Navigation
Jump to the top
gear
idea
Possible Rust
Learning what’s possible in Rust.
about
About
About the site.
archives
Archive
List of all posts.
hacker-news
Glossary
Rust terms & definitions.
Categories
guide
Guides
Explaining Rust concepts.
categories
Patterns
Tricks for real-world code.
community
Community
The language & ecosystem.
tags
Tags
#lints
1
#enums
1
#trait objects
2
#ffi
1
#opinion
1
#generics
1
#functions
1
#lifetimes
1
#types
1
View all tags
social
Follow via…
twitter
Twitter
announcement
Feed
All Tags
Lints
Rust Lints You May Not Know
Jun 21st, 2020 ·
Pattern
·
#lints
· By
Andrew Lilley Brinker
Enums
Enum or Trait Object
Jul 27th, 2020 ·
Guide
·
#enums
,
#trait objects
· By
Andrew Lilley Brinker
Trait Objects
3 Things to Try When You Can't Make a Trait Object
Feb 2nd, 2021 ·
Pattern
·
#trait objects
· By
Andrew Lilley Brinker
Enum or Trait Object
Jul 27th, 2020 ·
Guide
·
#enums
,
#trait objects
· By
Andrew Lilley Brinker
FFI
Inbound & Outbound FFI
Aug 5th, 2020 ·
Guide
·
#ffi
· By
Andrew Lilley Brinker
Opinion
How to Read First Impression Posts
Aug 14th, 2020 ·
Community
·
#opinion
· By
Andrew Lilley Brinker
Generics
Non-Generic Inner Functions
Oct 20th, 2020 ·
Pattern
·
#generics
· By
Andrew Lilley Brinker
Functions
How to Read Rust Functions, Part 1
Jan 26th, 2021 ·
Guide
·
#functions
· By
Andrew Lilley Brinker
Lifetimes
Naming Your Lifetimes
May 20th, 2021 ·
Pattern
·
#lifetimes
· By
Andrew Lilley Brinker
Types
What Can Coerce, and Where, in Rust
Jul 6th, 2021 ·
Guide
·
#types
· By
Andrew Lilley Brinker