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.
2 parents 9cf1dcc + 940be4c commit f0580ecCopy full SHA for f0580ec
Cargo.toml
@@ -4,7 +4,6 @@ version = "0.3.2"
4
authors = ["Gabriel Majeri <[email protected]>", "Fredrik Aleksander", "Isaac Woods"]
5
description = "UCS-2 decoding and encoding functions"
6
repository = "https://github.com/rust-osdev/ucs2-rs"
7
-readme = "README.md"
8
keywords = ["ucs2", "no-std", "encoding"]
9
categories = ["encoding", "no-std"]
10
license = "MPL-2.0"
@@ -14,7 +13,4 @@ edition = "2021"
14
13
bit_field = "0.10"
15
16
[badges]
17
-is-it-maintained-issue-resolution = { repository = "https://github.com/GabrielMajeri/ucs2-rs" }
18
-is-it-maintained-open-issues = { repository = "https://github.com/GabrielMajeri/ucs2-rs" }
19
-
20
maintenance = { status = "passively-maintained" }
0 commit comments