git-wrapper 0.5.1

Simple handy wrappers around git commands
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.posix-errors]
version = "^1.2"

[dependencies.thiserror]
version = "1"
[dev-dependencies.tempdir]
version = "0.3.*"

[package]
authors = ["Bahtiar `kalkin-` Gadimov <bahtiar@gadimov.de>"]
description = "Simple handy wrappers around git commands"
edition = "2018"
keywords = ["git"]
license = "LGPL-3.0-or-later"
name = "git-wrapper"
readme = "README.md"
repository = "https://github.com/kalkin/rust-git-wrapper"
version = "0.5.1"