The v8::scope module has helpful explanations for how to work with scopes. Unfortunately v8::scope is a private module, so this documentation is hidden when using cargo doc (and on https://docs.rs/v8/142.2.0/v8/).
It would be very helpful for this documentation to be made visible in the public docs (and really helpful for discoverability if this documentation was linked from various *Scope types).
The
v8::scopemodule has helpful explanations for how to work with scopes. Unfortunatelyv8::scopeis a private module, so this documentation is hidden when usingcargo doc(and on https://docs.rs/v8/142.2.0/v8/).It would be very helpful for this documentation to be made visible in the public docs (and really helpful for discoverability if this documentation was linked from various
*Scopetypes).