4个稳定版本

3.0.0 2024年4月20日
2.1.0 2023年12月9日
2.0.0 2023年11月29日
1.0.1 2023年11月26日
1.0.0 2023年3月18日

#494 in 编码

Download history • Rust 包仓库 13148/week @ 2024-05-04 • Rust 包仓库 14834/week @ 2024-05-11 • Rust 包仓库 12610/week @ 2024-05-18 • Rust 包仓库 12709/week @ 2024-05-25 • Rust 包仓库 12400/week @ 2024-06-01 • Rust 包仓库 10813/week @ 2024-06-08 • Rust 包仓库 8610/week @ 2024-06-15 • Rust 包仓库 10104/week @ 2024-06-22 • Rust 包仓库 7079/week @ 2024-06-29 • Rust 包仓库 8145/week @ 2024-07-06 • Rust 包仓库 8591/week @ 2024-07-13 • Rust 包仓库 9362/week @ 2024-07-20 • Rust 包仓库 7051/week @ 2024-07-27 • Rust 包仓库 8783/week @ 2024-08-03 • Rust 包仓库 8998/week @ 2024-08-10 • Rust 包仓库 8153/week @ 2024-08-17 • Rust 包仓库

34,730 每月下载量
用于 29 个crate (10 直接)

Apache-2.0 OR MIT

16KB
225

watchexec-signals

Watchexec的信号类型。

use std::str::FromStr;
use watchexec_signals::Signal;

fn main() {
    assert_eq!(Signal::from_str("SIGINT").unwrap(), Signal::Interrupt);
}

特性

  • serde:启用serde支持。
  • fromstr:启用 FromStr 支持(默认)。
  • miette:启用 miette(丰富诊断)支持(默认)。

依赖

~3MB
~60K SLoC