Expand description
Operating System tools and extensions designed for BlockProject3D.
Modules§
- assets
assets - This module provides cross-platform functions to get application resources.
- cpu_
info cpu-info - This module contains tools to obtain information about the current system.
- dirs
dirs - This module provides cross-platform functions to get various system paths.
- fs
fs - This module provides cross-platform functions to hide, unhide files, manage file extensions and get the most compatible absolute path of a file.
- module
module - This module provides tools to load symbols from external libraries/plugins.
- open
open - This module provides cross-platform functions to open files, urls and select files in the file explorer.
- shell
shell - Utility module to simplify creation of simple interactive shell applications.
- time
time - OS local date/time extensions for time-rs.
Macros§
- link_
modules - Link the set of modules statically.
- shell_
println - Simplified macro which does exactly the same as println but overwrites the current prompt rather than appending text after the prompt.