|
|
|
|
|
by bibhash_
1289 days ago
|
|
I am new to Rust. How is the book (or Rust?) agnostic to any particular framework? Do frameworks share lots of commonality, and/or are they just minimal in nature? Also, even if the book is agnostic to frameworks, will it still help me learn other frameworks like actix? |
|
In my experience, most of the popular web frameworks in Rust are pretty minimal. Think Go's standard library or express from Node.