Does anyone know about using shared libraries in #rust? I understand one can build a library and link to it from C but I need to know more about linking to it from other crates. I have passing knowledge about 'extern crate'. My goal is to build a given library once and link to it from other rust-written binaries.