Skip to main contentCrate irid_std
Source - 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.
- start
- sync
- Useful synchronization primitives.
- thread
- Native threads.
- time
- Temporal quantification.
- 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.