This is the Linux app named rust_cmd_lib whose latest release can be downloaded as v1.0.10sourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named rust_cmd_lib with OnWorks for free.
Дотримуйтесь цих інструкцій, щоб запустити цю програму:
- 1. Завантажив цю програму на свій ПК.
- 2. Введіть у наш файловий менеджер https://www.onworks.net/myfiles.php?username=XXXXX із потрібним ім'ям користувача.
- 3. Завантажте цю програму в такий файловий менеджер.
- 4. Запустіть онлайн-емулятор OnWorks Linux або Windows або онлайн-емулятор MACOS з цього веб-сайту.
- 5. З ОС OnWorks Linux, яку ви щойно запустили, перейдіть до нашого файлового менеджера https://www.onworks.net/myfiles.php?username=XXXXX з потрібним іменем користувача.
- 6. Завантажте програму, встановіть її та запустіть.
СКРЕНИ:
rust_cmd_lib
ОПИС:
rust_cmd_lib is a Rust library that provides macros and utilities to write “shell-script-like” tasks in Rust in a more ergonomic way. It offers abstractions over running external commands, managing redirections, piping, environment variables, and other aspects of shell scripting, but with the type safety, error checking, and performance of Rust. Its goal is to enable developers to replace or port common shell scripts into Rust with less boilerplate.
Функції
- Macros like run_cmd! and run_fun! to execute external commands with capturing output, chaining, error handling etc.
- Support for piping and redirection (so you can write pipes and redirects inside macro usage, not manually spawn subprocesses and wire IO)
- Utilities for passing parameters more intuitively (literal strings, variable interpolation) so scripts feel more natural than verbose process spawning code
- Feature flags and optional dependencies so you can enable or disable parts of functionality depending on your needs (logging, pipefail, etc.)
- Examples and test suite, including “tetris game example” among others, showing how more complex shell script behavior can be expressed.
- A library design: no spawning of extra shell when possible, so reduced runtime overhead and more safety around escaping, etc.
Мова програмування
Іржа
Категорії
This is an application that can also be fetched from https://sourceforge.net/projects/rust-cmd-lib.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.