Y
Hacker News
new
|
ask
|
show
|
jobs
by
zozbot234
776 days ago
Rust does "borrow checking at runtime" with RefCell<>.
1 comments
38
776 days ago
right, but RefCell is optional. if you dont use that, you get checking at compile time.
link