rtss 0.6.1

A command-line tool to annotate stdout/stderr with elapsed times.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.libc]
version = "0.2.40"

[dependencies.memchr]
version = "2"

[package]
authors = ["Thomas Hurst <tom@hur.st>"]
categories = ["command-line-utilities", "text-processing"]
description = "A command-line tool to annotate stdout/stderr with elapsed times."
edition = "2018"
homepage = "https://github.com/Freaky/rtss"
keywords = ["cli", "filter", "tool", "timestamp"]
license = "MIT"
name = "rtss"
readme = "README.md"
repository = "https://github.com/Freaky/rtss.git"
version = "0.6.1"