Docs.rs
lib-tan-core-0.16.0
lib-tan-core 0.16.0
Permalink
Docs.rs crate page
Apache-2.0
16 June 2026
Links
Repository
crates.io
Source
Owners
gmosx
Dependencies
libloading ^0.8
normal
rust_decimal ^1.32
normal
rust_decimal_macros ^1.32
normal
tan ^0.16
normal
assert_matches ^1.5
dev
Versions
8.76%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module process
tancore
0.16.0
Module process
Module Items
Functions
In crate tancore
tancore
Module
process
Copy item path
Source
Functions
§
import_
lib_
process
process_
args
Return the process arguments as an array
process_
env_
vars
Return the process environment variables as a Map/Map.
process_
exec
Similar to C’s system function: The command specified by string is passed to the host environment to be executed by the command processor.
process_
exit
Terminates the current process with the specified exit code.
process_
foreign_
args
Return the process arguments as an array, includes the foreign (‘host’) arguments.
process_
shell
The command specified by string is passed to the host environment to be executed by the command processor. The STDOUT and STDERR of the process are ‘streamed’ to the caller STDOUT, STDERR.