Crate veloren_common_base

Source

Re-exports§

pub use userdata_dir::userdata_dir;

Modules§

userdata_dir

Macros§

dev_panic
Panic in debug or tests, log error/warn in release
enum_iter
strum::EnumIter alternative that supports nested enums
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
struct_iter
Implements the iter function, which returns an iterator over all possible combinations of the struct’s fields, assuming each field’s type implements the iter function itself.
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.