Currently it's extremely painful to find what I'm looking for in the sea of related crates (module, codegen, frontend, native, the 'prelude' crate, ...). Is there a rustdoc page that allows searching in all of these?
https://docs.rs/wasmtime/0.16.0/wasmtime/ or just cargo doc --open
locally
Sorry for dumb question, but how do I search for cranelift symbols in that page? For example if I search for finalize_definitions
(a cranelift method) it doesn't find anything.
(I'm building the documentation locally atm)
OK, locally building docs inside cranelift dir works! Thanks!
ah, yeah, that search scope would be better locally than on docs.rs, since search will be for all workspace packages and deps, versus the entire crates.io universe
Last updated: Nov 22 2024 at 16:03 UTC