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
Use mdbook to better structure information instead of the current status of one huge README.
Trim down README to be short, include at most a quick start example.
Documentation updates
Document that when linking msvc targets via rust, only link/lld-link are supported. Linking via cl is not supported by Rust. Should be fine when linking via CMake though.
Document -C linker-flavor rustflag in cases where rusts linker detection fails and when it is known to fail.
Document how to generate FFI bindings (bindgen, cbindgen, cxxbridge ...)
...
The text was updated successfully, but these errors were encountered:
Use
mdbook
to better structure information instead of the current status of one huge README.Trim down README to be short, include at most a quick start example.
Documentation updates
Document that when linking msvc targets via rust, only
link
/lld-link
are supported. Linking viacl
is not supported by Rust. Should be fine when linking via CMake though.Document
-C linker-flavor
rustflag in cases where rusts linker detection fails and when it is known to fail.Document how to generate FFI bindings (bindgen, cbindgen, cxxbridge ...)
...
The text was updated successfully, but these errors were encountered: