[][src]Crate r1

R1

Project

Features

The project offers a Linux program via bin feature.

  • The program helps run one single instance of any program.
  • You have to provide full path of the target program. The path will be used as an ID to keep track of its instances.

Currently only Linux is supported, because the program relies on abstract sockets (see unix(7)).

Examples:

~> r1 -- /usr/bin/echo test

Modules

version_info

0.1.0 (July 18th, 2019)

Constants

CODE_NAME

Crate code name

ID

ID of this crate

NAME

Crate name

RELEASE_DATE

Crate release date (year/month/day)

TAG

Tag, which can be used for logging...

VERSION

Crate version

Type Definitions

Result

Result type used in this crate