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 3e9685e + baf2661 commit 25c92fbCopy full SHA for 25c92fb
Cargo.toml
@@ -8,6 +8,7 @@ repository = "https://github.com/unicode-rs/unicode-properties"
8
documentation = "https://docs.rs/unicode-properties"
9
license = "MIT/Apache-2.0"
10
keywords = ["text", "unicode"]
11
+categories = ["no-std::no-alloc"]
12
readme = "README.md"
13
description = """
14
Query character Unicode properties according to
src/lib.rs
@@ -42,6 +42,7 @@
42
//!
43
//! Provides the emoji character properties of a character.
44
45
+#![no_std]
46
#![deny(missing_docs)]
47
48
#[rustfmt::skip]
0 commit comments