Finds crate binaries and loads their metadata
pub static ANDROID_DLL_PREFIX: &'static str = "lib" |
|
pub static ANDROID_DLL_SUFFIX: &'static str = ".so" |
|
pub static FREEBSD_DLL_PREFIX: &'static str = "lib" |
|
pub static FREEBSD_DLL_SUFFIX: &'static str = ".so" |
|
pub static LINUX_DLL_PREFIX: &'static str = "lib" |
|
pub static LINUX_DLL_SUFFIX: &'static str = ".so" |
|
pub static MACOS_DLL_PREFIX: &'static str = "lib" |
|
pub static MACOS_DLL_SUFFIX: &'static str = ".dylib" |
|
pub static WIN32_DLL_PREFIX: &'static str = "" |
|
pub static WIN32_DLL_SUFFIX: &'static str = ".dll" |
|
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).