8 citations · 8 across the 3 of their papers we have counts for
1 paper · 1 filter
Xizhe Yin, Yaokun Zhang, Yang Feng +1
Rust guarantees memory safety without garbage collection through a strict ownership and borrowing system. However, for low-level systems programming, many widely used libraries rel…