program_monitor

Crates.ioprogram_monitor
lib.rsprogram_monitor
version0.1.2
sourcesrc
created_at2024-08-02 08:57:14.988543
updated_at2024-08-02 16:23:35.441983
descriptionProgram Monitor is a utility for monitoring C and C++ programs on Linux and recovering them from unexpected segmentation faults.
homepage
repositoryhttps://github.com/twenty2811/program_monitor
max_upload_size
id1322945
size5,997
(twenty2811)

documentation

README

Program Monitor

Program Monitor is a utility for monitoring C and C++ programs on Linux and recovering them from unexpected segmentation faults. If this is what you need, you can use it for your purposes.

[!WARNING] This program is a work in progress and may contain bugs. Use at your own risk.

Installation

git clone https://github.com/twenty2811/program_monitor
cd program_monitor
cargo install --path .

Usage

To use program_monitor, simply run the command below in your terminal:

program_monitor PROGRAM_THAT_MAY_SEGMENTATION_FAULT

Contributing

Contributions from the community to improve program_monitor is welcome. If you have any ideas for new features, suggestions for improvements, or you have discovered a bug, please feel free to open an issue or submit a pull request.

Thank you for your interest in contributing to Program Monitor. Your help is appreciated, and we look forward to working with you.

License

Program Monitor is licensed under the MIT License. See LICENSE for more information.

Thank you for using Program Monitor!

Commit count: 0

cargo fmt