miniblog.
← Back to all posts
Wilfred Hughes
Dec 1, 2015 at 21:24
Fascinating design rationale for Rust's crate system: allow circular dependencies but only within a project:
https://github.com/rust-lang/rfcs/pull/1317#issuecomment-160699413
Rust Language Server (IDE support) by nrc · Pull Request #1317 · rust-lang/rfcs
This RFC describes how we intend to modify the compiler to support IDEs. The intention is that support will be as generic as possible. A follow-up internals post will describe how we intend to focu...