Skip to content

Commit 946d05f

Browse files
committed
Update crate description
1 parent c5731f7 commit 946d05f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stevia"
3-
description = "A collection of lightweight zero-copy types"
3+
description = "A zero-copy library for creating lightweight data structures"
44
version = "0.0.0"
55
edition = "2021"
66
authors = ["nifty-oss maintainers <[email protected]>"]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! A zero-copy crate for digging into bytes.
1+
//! A zero-copy library for creating lightweight data structures.
22
33
#![no_std]
44

0 commit comments

Comments
 (0)