Skip to content

Commit baf2661

Browse files
committed
Add no_std support
The library didn't use any std so just add #![no_std] attribute to allow no_std.
1 parent 3e9685e commit baf2661

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy