On Wed, Jul 13, 2016 at 11:11 AM, Igor Gnatenko <ignatenk@xxxxxxxxxx> wrote: > I meant that rust itself links dynamically to system libraries. But > libraries built by rust are not supposed to be dynamically linked by > programs. Hello, Since 1.10 (the target of this change) it has become possible to create "cdylib" (C dynamic library) crates, basically shared objects that can be linked to by non-Rust programs. It isn't supported by cargo yet, but it's available.. Dridi -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/devel@xxxxxxxxxxxxxxxxxxxxxxx