Hacker News new | ask | show | jobs
by bluetech 4047 days ago
Off topic, but: I thought in rust they like to statically link everything. So how does that go with the LGPL license you chose?
1 comments

I think that the requirement is that anyone who releases a program that was linked with my library must also release it in a form that allows it to be relinked without the library. I'm not sure how that applies to Rust's linkage model.