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
{{ message }}
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
Neither String or &String actually implement AsRef<String>. To work around that using standard types I had to wrap the string with a smart pointer: .lib_name(Box::new("mylibrary".to_string())).
The text was updated successfully, but these errors were encountered:
Neither
String
or&String
actually implementAsRef<String>
. To work around that using standard types I had to wrap the string with a smart pointer:.lib_name(Box::new("mylibrary".to_string()))
.The text was updated successfully, but these errors were encountered: