https://github.com/rustkas/traits-from-the-ground-up
This is a source code which I implemented while study presentation material with is at https://media.ccc.de/v/rustcologne.2018.09.generalists-view-traits#t=24 (Traits from the Ground Up)
https://github.com/rustkas/traits-from-the-ground-up
rust tips-and-tricks trait
Last synced: over 1 year ago
JSON representation
This is a source code which I implemented while study presentation material with is at https://media.ccc.de/v/rustcologne.2018.09.generalists-view-traits#t=24 (Traits from the Ground Up)
- Host: GitHub
- URL: https://github.com/rustkas/traits-from-the-ground-up
- Owner: rustkas
- Created: 2018-11-10T20:17:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T07:41:59.000Z (over 7 years ago)
- Last Synced: 2024-01-26T10:39:29.338Z (over 2 years ago)
- Topics: rust, tips-and-tricks, trait
- Language: Rust
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Source code for the Presentation "Traits from the Ground Up"
This is a source code which I implemented while study presentation material with is at
[video presentaion](https://media.ccc.de/v/rustcologne.2018.09.generalists-view-traits#t=24)
(Traits from the Ground Up)
[Link](https://killercup.github.io/presentation-traits-from-the-ground-up/index.html) to the presentation.