Skip to content

Commit 25c92fb

Browse files
authored
Merge pull request #3 from EHfive/mark_no_std
Add no_std support
2 parents 3e9685e + baf2661 commit 25c92fb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repository = "https://github.com/unicode-rs/unicode-properties"
88
documentation = "https://docs.rs/unicode-properties"
99
license = "MIT/Apache-2.0"
1010
keywords = ["text", "unicode"]
11+
categories = ["no-std::no-alloc"]
1112
readme = "README.md"
1213
description = """
1314
Query character Unicode properties according to

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
//!
4343
//! Provides the emoji character properties of a character.
4444
//!
45+
#![no_std]
4546
#![deny(missing_docs)]
4647

4748
#[rustfmt::skip]

0 commit comments

Comments
 (0)