mirror of
https://github.com/openharmony/third_party_rust_tinyvec.git
synced 2026-07-19 22:33:42 -04:00
improve description / keywords.
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
||||
[package]
|
||||
name = "tinyvec"
|
||||
description = "Just, really the littlest Vec you could need. So smol."
|
||||
description = "`tinyvec` provides 100% safe vec-like data structures."
|
||||
version = "1.0.0-alpha.1"
|
||||
authors = ["Lokathor <zefria@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "Zlib OR Apache-2.0 OR MIT"
|
||||
keywords = ["vec", "no_std", "no-std", "smol"]
|
||||
keywords = ["vec", "no_std", "no-std"]
|
||||
categories = ["data-structures", "no-std"]
|
||||
repository = "https://github.com/Lokathor/tinyvec"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user