We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5731f7 commit 946d05fCopy full SHA for 946d05f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "stevia"
3
-description = "A collection of lightweight zero-copy types"
+description = "A zero-copy library for creating lightweight data structures"
4
version = "0.0.0"
5
edition = "2021"
6
authors = ["nifty-oss maintainers <[email protected]>"]
src/lib.rs
@@ -1,4 +1,4 @@
-//! A zero-copy crate for digging into bytes.
+//! A zero-copy library for creating lightweight data structures.
#![no_std]
0 commit comments