Skip to content

Commit 088ead3

Browse files
committed
Renaming crate to bytebuffer
1 parent d5b4419 commit 088ead3

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
2-
name = "bytebuffer-rs"
3-
version = "2.0.0"
2+
name = "bytebuffer"
3+
version = "2.0.1"
44
authors = ["Terah <[email protected]>", "Shiroy <[email protected]>"]
55
description = "A bytebuffer for networking and binary protocols"
6-
homepage = "https://github.com/terahlunah/bytebuffer-rs"
7-
repository = "https://github.com/terahlunah/bytebuffer-rs"
6+
homepage = "https://github.com/terahlunah/bytebuffer"
7+
repository = "https://github.com/terahlunah/bytebuffer"
88
keywords = ["byte", "buffer", "network", "protocol", "bytebuffer"]
99
license = "MIT OR Apache-2.0"
1010
edition = "2021"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Crates.io](https://img.shields.io/crates/v/bytebuffer-rs.svg)](https://crates.io/crates/bytebuffer-rs)
2-
[![docs.rs](https://img.shields.io/badge/docs-latest-blue.svg)](https://docs.rs/bytebuffer-rs)
3-
[![CI Checks](https://github.com/terahlunah/bytebuffer-rs/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/terahlunah/bytebuffer-rs/actions/workflows/rust.yml)
1+
[![Crates.io](https://img.shields.io/crates/v/bytebuffer.svg)](https://crates.io/crates/bytebuffer)
2+
[![docs.rs](https://img.shields.io/badge/docs-latest-blue.svg)](https://docs.rs/bytebuffer)
3+
[![CI Checks](https://github.com/terahlunah/bytebuffer/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/terahlunah/bytebuffer/actions/workflows/rust.yml)
44

55
### A bytebuffer implementation for Rust
66

rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
edition = "2021"
12
reorder_imports = true
23
imports_granularity = "Crate"
34
group_imports = "One"

0 commit comments

Comments
 (0)