// Various fields need to be emitted with a specific name for the Firefox Profiler to be happy.
// In order to allow us to specify these when necessar, we ignore case warnings.
#![allow(non_snake_case)]pubmodfunction_trace;#[cfg(feature ="server")]pubmodprofile_generator;#[cfg(feature ="server")]pubmodtrace_streamer;