Crate astral_thirdparty

Source
Expand description

Third party facade for the Astral Engine to unify dependencies and features.

Licenses for third party libraries can be found in the root folder.

Modulesยง

lazy_static
A macro for declaring lazily evaluated statics.
num_traits
Numeric traits for generic mathematics
rayon
Rayon is a data-parallelism library that makes it easy to convert sequential computations into parallel.
serde
Serde
slog
Slog - Structured, extensible, composable logging for Rust
walkdir
Crate walkdir provides an efficient and cross platform implementation of recursive directory traversal. Several options are exposed to control iteration, such as whether to follow symbolic links (default off), limit the maximum number of simultaneous open file descriptors and the ability to efficiently skip descending into directories.