ctor changed from an attribute macro to a proc macro at some point after version 0.2.0, which makes re-exporting not possible. Therefore, the solution is to use ctor = "0.2" within Cargo.toml for mylib.
ctor
0.2.0
ctor = "0.2"
Cargo.toml
mylib