You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c2rust (in build_link_commands in compile_cmds/mod.rs) supports workspaces with a bin crate that has local dependencies on sibling dylib crates, but it doesn't yet (as far as I can tell) support creating a crate that solely produces a cdylib.
c2rust (in
build_link_commandsin compile_cmds/mod.rs) supports workspaces with a bin crate that has local dependencies on sibling dylib crates, but it doesn't yet (as far as I can tell) support creating a crate that solely produces a cdylib.