existing_instance 0.1.0

Check if there is an existing instance of your application, optionally send a message
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "existing_instance"
version = "0.1.0"
edition = "2024"
description = "Check if there is an existing instance of your application, optionally send a message"
license = "MIT OR Apache-2.0"
repository = "https://github.com/crumblingstatue/rust-existing-instance"

[dependencies]
interprocess = { version = "2.2.1", default-features = false }
log = "0.4.21"

[dev-dependencies]
env_logger = "0.11.3"