staart 0.1.4

A Rust implementation of a tail-like library and binary crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[package]
authors = ["Anthony Martinez <anthony@ajmartinez.com>"]
categories = ["command-line-utilities"]
description = "A Rust implementation of a tail-like library and binary crate"
edition = "2018"
homepage = "https://gitlab.com/anthonyjmartinez/staart"
keywords = ["tail"]
license = "GPL-3.0+"
name = "staart"
readme = "README.md"
repository = "https://gitlab.com/anthonyjmartinez/staart.git"
version = "0.1.4"
[profile.release]
lto = true
panic = "abort"