Hacker News new | ask | show | jobs
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?

1 comments

> Do frameworks share lots of commonality, and/or are they just minimal in nature?

In my experience, most of the popular web frameworks in Rust are pretty minimal. Think Go's standard library or express from Node.

That's good to hear. I definitely prefer minimal frameworks like Express over frameworks like Spring.