git-trailers 0.1.0

Library to support parsing and display git trailers <https://git-scm.com/docs/git-interpret-trailers>
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.nom]
version = "7.1"

[dependencies.thiserror]
version = "1.0"

[lib]
doctest = false
test = false

[package]
authors = ["Nuno Alexandre <hi@nunoalexandre.com>", "Kim Altintop <kim@eagain.st>", "Fintan Halpenny <fintan.halpenny@gmail.com>"]
description = "Library to support parsing and display git trailers <https://git-scm.com/docs/git-interpret-trailers>"
edition = "2018"
keywords = ["git"]
license = "GPL-3.0-or-later"
name = "git-trailers"
version = "0.1.0"