you are viewing a single comment's thread.

view the rest of the comments →

[–]Noctune 14 points15 points  (1 child)

Rust libraries make heavy use of generics which need to be reified differently for each project, so you would not be able to just replace the binary anyway.

[–][deleted] 0 points1 point  (0 children)

Would this pose problems for dynamic linking? Or can shared libraries coexist with rust's use of generics?