i2pd-launch

Crates.ioi2pd-launch
lib.rsi2pd-launch
version
sourcesrc
created_at2024-12-22 22:41:07.207546
updated_at2025-01-09 12:59:52.733724
descriptionDeletes current router/interface state and launches i2pd
homepagehttps://gitlab.com/hsn10/i2pd-launch
repositoryhttps://gitlab.com/hsn10/i2pd-launch.git
max_upload_size
id1492328
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Radim Kolar (hsn10)

documentation

README

i2pd launcher

Version License MSRV Safe Rust dependency status Downloads

About

This small program deletes current i2pd router state like routerid and interfaces id and starts i2pd. Works only on Windows scoop i2pd installations. Installation can be global or user.

Requirements

  1. Scoop Windows package manager.
  2. scoop install i2pd

Arguments

No command line arguments are used by i2pd-launch.

Return codes

  • 0 Success
  • 1 No scoop i2pd installation detected
  • 2 i2pd executable not found
  • 3 This program supported only on Windows

License

This is free and unencumbered software released into the public domain.

This code can be used under terms of CC0 or the Unlicense.

Unlicense logo

Commit count: 22

cargo fmt