Skip to main content

Crate irid_std

Crate irid_std 

Source

Modules§

env
Inspection and manipulation of the process’s environment.
ffi
Utilities related to FFI bindings.
fs
Filesystem manipulation operations.
io
Traits, helpers, and type definitions for core I/O functionality.
os
OS-specific functionality.
path
Cross-platform path manipulation.
process
A module for working with processes.
sync
Useful synchronization primitives.
thread
Native threads.
time
Temporal quantification.

Macros§

entrypoint
env
Inspects an environment variable at compile time.
eprint
Prints to the standard error.
eprintln
Prints to the standard error, with a newline.
print
Prints to the standard output.
println
Prints to the standard output, with a newline.