rename Message Pack to MessagePack

pull/1/head
Becker, Jannis 3 years ago
parent e088680f68
commit 09614dd931

@ -6,7 +6,7 @@ edition = "2018"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Trivernis/rmp-ipc"
description = "IPC using Rust Message Pack (rmp)"
description = "IPC using Rust MessagePack (rmp)"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -1,6 +1,6 @@
# rmp-ipc
Interprocess Communication via TCP using Rust Message Pack.
Interprocess Communication via TCP using Rust MessagePack.
## Usage

Loading…
Cancel
Save