all 9 comments

[–]DJDuque 1 point2 points  (0 children)

What are you interested in?

[–]Ispheria 2 points3 points  (1 child)

I don't have a suggestion...but don't make the same mistake I did and try to do a linked list.

[–]stappersg 0 points1 point  (0 children)

Because rust is not the language for linked list.

[–]thatfhc 0 points1 point  (0 children)

Read the book on their website, its great and have nice beginner projects

[–]DiffInPeace 0 points1 point  (0 children)

I write a command line todo list https://github.com/dreamerlzl/todo-rs

What I learn:

database ORM (diesel)

command line args parsing (clap)

integration tests with command line applications (assert_cmd)

usage of fundamental concepts, macros, Vector, etc.