Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

Cargo.toml
[package]
name = "rsync"
version = "0.1.3"
authors = ["Pierre-Étienne Meunier <pe@pijul.org>"]
description = "Bindings to librsync"
license = "LGPL-3.0"
homepage = "https://nest.pijul.com/pmeunier/rsync"
documentation = "http://docs.rs/rsync"

include = ["src/lib.rs","COPYING.LESSER","Cargo.toml"]

[dependencies]
libc="0.2.2"

[dev-dependencies]
rand="0.3.12"