Crate veloren_common_base

Source

Re-exports§

pub use userdata_dir::userdata_dir;

Modules§

userdata_dir

Macros§

dev_panic
plot
prof_span
Like the span macro but only used when profiling and not in regular tracing operations
prof_span_alloc
Like the prof_span macro but this one allocates so it can use strings only known at runtime.
span
userdata_dir_no_workspace
userdata_dir_workspace

Structs§

ProfSpan

Constants§

TRACY_ENABLED
Allows downstream crates to conditionally do things based on whether tracy is enabled without having to expose a cargo feature themselves.