unicode-ident
Advanced tools
| { | ||
| "git": { | ||
| "sha1": "7183516fd8e2a54a592cd9f4778220bcc3548761" | ||
| "sha1": "86d0232be0c9c6d9c9c524e4f5eb6e3454a0dce4" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+26
-26
@@ -91,5 +91,5 @@ # This file is automatically @generated by Cargo. | ||
| name = "clap" | ||
| version = "4.5.27" | ||
| version = "4.5.30" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796" | ||
| checksum = "92b7b18d71fad5313a1e320fa9897994228ce274b60faa4d694fe0ea89cd9e6d" | ||
| dependencies = [ | ||
@@ -101,5 +101,5 @@ "clap_builder", | ||
| name = "clap_builder" | ||
| version = "4.5.27" | ||
| version = "4.5.30" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7" | ||
| checksum = "a35db2071778a7344791a4fb4f95308b5673d219dee3ae348b86642574ecc90c" | ||
| dependencies = [ | ||
@@ -245,5 +245,5 @@ "anstyle", | ||
| name = "once_cell" | ||
| version = "1.20.2" | ||
| version = "1.20.3" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" | ||
| checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" | ||
@@ -271,3 +271,3 @@ [[package]] | ||
| dependencies = [ | ||
| "unicode-ident 1.0.15", | ||
| "unicode-ident 1.0.16", | ||
| ] | ||
@@ -292,3 +292,3 @@ | ||
| "rand_core", | ||
| "zerocopy 0.8.14", | ||
| "zerocopy 0.8.18", | ||
| ] | ||
@@ -308,8 +308,8 @@ | ||
| name = "rand_core" | ||
| version = "0.9.0" | ||
| version = "0.9.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff" | ||
| checksum = "a88e0da7a2c97baa202165137c158d0a2e824ac465d13d81046727b34cb247d3" | ||
| dependencies = [ | ||
| "getrandom", | ||
| "zerocopy 0.8.14", | ||
| "zerocopy 0.8.18", | ||
| ] | ||
@@ -358,5 +358,5 @@ | ||
| name = "ryu" | ||
| version = "1.0.18" | ||
| version = "1.0.19" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" | ||
| checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd" | ||
@@ -394,5 +394,5 @@ [[package]] | ||
| name = "serde_json" | ||
| version = "1.0.137" | ||
| version = "1.0.138" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" | ||
| checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" | ||
| dependencies = [ | ||
@@ -407,9 +407,9 @@ "itoa", | ||
| name = "syn" | ||
| version = "2.0.96" | ||
| version = "2.0.98" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80" | ||
| checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1" | ||
| dependencies = [ | ||
| "proc-macro2", | ||
| "quote", | ||
| "unicode-ident 1.0.15", | ||
| "unicode-ident 1.0.16", | ||
| ] | ||
@@ -435,9 +435,9 @@ | ||
| name = "unicode-ident" | ||
| version = "1.0.15" | ||
| version = "1.0.16" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243" | ||
| checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034" | ||
| [[package]] | ||
| name = "unicode-ident" | ||
| version = "1.0.16" | ||
| version = "1.0.17" | ||
| dependencies = [ | ||
@@ -580,7 +580,7 @@ "criterion", | ||
| name = "zerocopy" | ||
| version = "0.8.14" | ||
| version = "0.8.18" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "a367f292d93d4eab890745e75a778da40909cab4d6ff8173693812f79c4a2468" | ||
| checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2" | ||
| dependencies = [ | ||
| "zerocopy-derive 0.8.14", | ||
| "zerocopy-derive 0.8.18", | ||
| ] | ||
@@ -601,5 +601,5 @@ | ||
| name = "zerocopy-derive" | ||
| version = "0.8.14" | ||
| version = "0.8.18" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "d3931cb58c62c13adec22e38686b559c86a30565e16ad6e8510a337cedc611e1" | ||
| checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7" | ||
| dependencies = [ | ||
@@ -606,0 +606,0 @@ "proc-macro2", |
+1
-2
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "unicode-ident" | ||
| version = "1.0.16" | ||
| version = "1.0.17" | ||
| authors = ["David Tolnay <dtolnay@gmail.com>"] | ||
@@ -47,3 +47,2 @@ build = false | ||
| path = "src/lib.rs" | ||
| doc-scrape-examples = false | ||
@@ -50,0 +49,0 @@ [[test]] |
+2
-2
@@ -16,3 +16,3 @@ Unicode ident | ||
| crate. This crate uses less static storage, and is able to classify both ASCII | ||
| and non-ASCII codepoints with better performance, 2–10× faster than | ||
| and non-ASCII codepoints with better performance, 2–6× faster than | ||
| `unicode-xid`. | ||
@@ -88,3 +88,3 @@ | ||
| Overall, the crate ends up being about 10× slower on non-ASCII input | ||
| Overall, the crate ends up being about 6× slower on non-ASCII input | ||
| compared to the fastest crate. | ||
@@ -91,0 +91,0 @@ |
+5
-3
@@ -16,3 +16,3 @@ //! [![github]](https://github.com/dtolnay/unicode-ident) [![crates-io]](https://crates.io/crates/unicode-ident) [![docs-rs]](https://docs.rs/unicode-ident) | ||
| //! crate. This crate uses less static storage, and is able to classify both | ||
| //! ASCII and non-ASCII codepoints with better performance, 2–10× | ||
| //! ASCII and non-ASCII codepoints with better performance, 2–6× | ||
| //! faster than `unicode-xid`. | ||
@@ -94,3 +94,3 @@ //! | ||
| //! | ||
| //! Overall, the crate ends up being about 10× slower on non-ASCII input | ||
| //! Overall, the crate ends up being about 6× slower on non-ASCII input | ||
| //! compared to the fastest crate. | ||
@@ -247,3 +247,3 @@ //! | ||
| #![no_std] | ||
| #![doc(html_root_url = "https://docs.rs/unicode-ident/1.0.16")] | ||
| #![doc(html_root_url = "https://docs.rs/unicode-ident/1.0.17")] | ||
| #![allow(clippy::doc_markdown, clippy::must_use_candidate)] | ||
@@ -256,2 +256,3 @@ | ||
| /// Whether the character has the Unicode property XID\_Start. | ||
| pub fn is_xid_start(ch: char) -> bool { | ||
@@ -266,2 +267,3 @@ if ch.is_ascii() { | ||
| /// Whether the character has the Unicode property XID\_Continue. | ||
| pub fn is_xid_continue(ch: char) -> bool { | ||
@@ -268,0 +270,0 @@ if ch.is_ascii() { |
Sorry, the diff of this file is not supported yet