sley-protocol 0.4.2

Native-Rust implementation of Git's wire protocol: pkt-line framing and protocol v0/v1/v2 codecs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "sley-protocol"
version.workspace = true
description = "Native-Rust implementation of Git's wire protocol: pkt-line framing and protocol v0/v1/v2 codecs."
repository.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true

[dependencies]
sley-core.workspace = true

[lints]
workspace = true