Describe the feature you'd like
Improved integration with console/logging in the browser, especially:
- ability to
console.log any JsValue*, without pre-encoding to a &str in Rust
- support for variadic args when logging
*or the std_web equivalent, if possible
Is your feature request related to a problem? Please describe. (Optional)
Debugging large objects (e.g. arrays containing audio data) is painful from Rust right now
Describe alternatives you've considered (Optional)
N/A
Additional context (Optional)
N/A
Questionnaire
Describe the feature you'd like
Improved integration with console/logging in the browser, especially:
console.logany JsValue*, without pre-encoding to a &str in Rust*or the std_web equivalent, if possible
Is your feature request related to a problem? Please describe. (Optional)
Debugging large objects (e.g. arrays containing audio data) is painful from Rust right now
Describe alternatives you've considered (Optional)
N/A
Additional context (Optional)
N/A
Questionnaire