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
Hello, I am a programmer from Japan and I have a quick question.
Can you please kindly help?
I would like to call the library made by rust from C.
However, *.rlib was created when I did cargo build.
Can you please kindly advice how I can create *.dylib *.so *.a ?
Activity
huonw commentedon Oct 14, 2014
You can use the
crate-type
field.otake84 commentedon Oct 14, 2014
Thank you very much for your kind advice, really appreciated.
Auto merge of #4431 - vignesh-sankaran:maintenance-badge-docs, r=alex…