@lowlighter/xml 5.2.2 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +2 -1
- package/bench/assets/medium.xml +290 -290
- package/bench/assets/small.xml +6 -6
- package/deno.jsonc +4 -1
- package/mod.mjs +1 -1
- package/mod.ts +3 -3
- package/package.json +1 -1
- package/parse.mjs +1 -1
- package/parse.ts +0 -20
- package/wasm_xml_parser/Cargo.lock +159 -159
- package/wasm_xml_parser/Cargo.toml +16 -16
- package/wasm_xml_parser/wasm_xml_parser.js +1 -1
- package/coverage/0cb8baa1-a42d-404e-bdd0-60fe1a90d6d2.json +0 -422
- package/coverage/2aeb68ed-59e1-45c8-860f-da73929c0033.json +0 -260
- package/coverage/2d07d4fc-ac90-4b65-9a7a-e9b1848a0e7a.json +0 -162
- package/coverage/39785a0f-c3a2-4b72-811c-49754e5343f3.json +0 -11
- package/coverage/3b43258c-5665-4c76-a86d-bcf90e233cdb.json +0 -267
- package/coverage/76599254-c2e5-4e6c-b1cf-aa156d3eb77f.json +0 -97
- package/coverage/923510a6-cbd6-4c75-8405-dd5184b056b2.json +0 -11
- package/coverage/a5abd983-5699-4e58-9791-25665fc4a406.json +0 -283
- package/coverage/b1e6f71b-6566-4e21-868e-4b678e67692e.json +0 -229
|
@@ -1,159 +1,159 @@
|
|
|
1
|
-
# This file is automatically @generated by Cargo.
|
|
2
|
-
# It is not intended for manual editing.
|
|
3
|
-
version = 3
|
|
4
|
-
|
|
5
|
-
[[package]]
|
|
6
|
-
name = "bumpalo"
|
|
7
|
-
version = "3.16.0"
|
|
8
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
10
|
-
|
|
11
|
-
[[package]]
|
|
12
|
-
name = "cfg-if"
|
|
13
|
-
version = "1.0.0"
|
|
14
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
15
|
-
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
16
|
-
|
|
17
|
-
[[package]]
|
|
18
|
-
name = "js-sys"
|
|
19
|
-
version = "0.3.69"
|
|
20
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
21
|
-
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
|
22
|
-
dependencies = [
|
|
23
|
-
"wasm-bindgen",
|
|
24
|
-
]
|
|
25
|
-
|
|
26
|
-
[[package]]
|
|
27
|
-
name = "log"
|
|
28
|
-
version = "0.4.21"
|
|
29
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
30
|
-
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
|
31
|
-
|
|
32
|
-
[[package]]
|
|
33
|
-
name = "memchr"
|
|
34
|
-
version = "2.7.2"
|
|
35
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
36
|
-
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
|
37
|
-
|
|
38
|
-
[[package]]
|
|
39
|
-
name = "once_cell"
|
|
40
|
-
version = "1.19.0"
|
|
41
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
42
|
-
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
|
43
|
-
|
|
44
|
-
[[package]]
|
|
45
|
-
name = "proc-macro2"
|
|
46
|
-
version = "1.0.82"
|
|
47
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
48
|
-
checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
|
|
49
|
-
dependencies = [
|
|
50
|
-
"unicode-ident",
|
|
51
|
-
]
|
|
52
|
-
|
|
53
|
-
[[package]]
|
|
54
|
-
name = "quick-xml"
|
|
55
|
-
version = "0.31.0"
|
|
56
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
57
|
-
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
|
|
58
|
-
dependencies = [
|
|
59
|
-
"memchr",
|
|
60
|
-
]
|
|
61
|
-
|
|
62
|
-
[[package]]
|
|
63
|
-
name = "quote"
|
|
64
|
-
version = "1.0.36"
|
|
65
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
66
|
-
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
|
67
|
-
dependencies = [
|
|
68
|
-
"proc-macro2",
|
|
69
|
-
]
|
|
70
|
-
|
|
71
|
-
[[package]]
|
|
72
|
-
name = "syn"
|
|
73
|
-
version = "2.0.64"
|
|
74
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
75
|
-
checksum = "7ad3dee41f36859875573074334c200d1add8e4a87bb37113ebd31d926b7b11f"
|
|
76
|
-
dependencies = [
|
|
77
|
-
"proc-macro2",
|
|
78
|
-
"quote",
|
|
79
|
-
"unicode-ident",
|
|
80
|
-
]
|
|
81
|
-
|
|
82
|
-
[[package]]
|
|
83
|
-
name = "unicode-ident"
|
|
84
|
-
version = "1.0.12"
|
|
85
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
86
|
-
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
87
|
-
|
|
88
|
-
[[package]]
|
|
89
|
-
name = "wasm-bindgen"
|
|
90
|
-
version = "0.2.92"
|
|
91
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
92
|
-
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
|
93
|
-
dependencies = [
|
|
94
|
-
"cfg-if",
|
|
95
|
-
"wasm-bindgen-macro",
|
|
96
|
-
]
|
|
97
|
-
|
|
98
|
-
[[package]]
|
|
99
|
-
name = "wasm-bindgen-backend"
|
|
100
|
-
version = "0.2.92"
|
|
101
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
102
|
-
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
|
103
|
-
dependencies = [
|
|
104
|
-
"bumpalo",
|
|
105
|
-
"log",
|
|
106
|
-
"once_cell",
|
|
107
|
-
"proc-macro2",
|
|
108
|
-
"quote",
|
|
109
|
-
"syn",
|
|
110
|
-
"wasm-bindgen-shared",
|
|
111
|
-
]
|
|
112
|
-
|
|
113
|
-
[[package]]
|
|
114
|
-
name = "wasm-bindgen-macro"
|
|
115
|
-
version = "0.2.92"
|
|
116
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
117
|
-
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
|
118
|
-
dependencies = [
|
|
119
|
-
"quote",
|
|
120
|
-
"wasm-bindgen-macro-support",
|
|
121
|
-
]
|
|
122
|
-
|
|
123
|
-
[[package]]
|
|
124
|
-
name = "wasm-bindgen-macro-support"
|
|
125
|
-
version = "0.2.92"
|
|
126
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
127
|
-
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
|
128
|
-
dependencies = [
|
|
129
|
-
"proc-macro2",
|
|
130
|
-
"quote",
|
|
131
|
-
"syn",
|
|
132
|
-
"wasm-bindgen-backend",
|
|
133
|
-
"wasm-bindgen-shared",
|
|
134
|
-
]
|
|
135
|
-
|
|
136
|
-
[[package]]
|
|
137
|
-
name = "wasm-bindgen-shared"
|
|
138
|
-
version = "0.2.92"
|
|
139
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
140
|
-
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
|
141
|
-
|
|
142
|
-
[[package]]
|
|
143
|
-
name = "wasm_xml_parser"
|
|
144
|
-
version = "0.1.0"
|
|
145
|
-
dependencies = [
|
|
146
|
-
"quick-xml",
|
|
147
|
-
"wasm-bindgen",
|
|
148
|
-
"web-sys",
|
|
149
|
-
]
|
|
150
|
-
|
|
151
|
-
[[package]]
|
|
152
|
-
name = "web-sys"
|
|
153
|
-
version = "0.3.69"
|
|
154
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
155
|
-
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
|
|
156
|
-
dependencies = [
|
|
157
|
-
"js-sys",
|
|
158
|
-
"wasm-bindgen",
|
|
159
|
-
]
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
|
2
|
+
# It is not intended for manual editing.
|
|
3
|
+
version = 3
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "bumpalo"
|
|
7
|
+
version = "3.16.0"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
10
|
+
|
|
11
|
+
[[package]]
|
|
12
|
+
name = "cfg-if"
|
|
13
|
+
version = "1.0.0"
|
|
14
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
15
|
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
16
|
+
|
|
17
|
+
[[package]]
|
|
18
|
+
name = "js-sys"
|
|
19
|
+
version = "0.3.69"
|
|
20
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
21
|
+
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
|
22
|
+
dependencies = [
|
|
23
|
+
"wasm-bindgen",
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
[[package]]
|
|
27
|
+
name = "log"
|
|
28
|
+
version = "0.4.21"
|
|
29
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
30
|
+
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
|
31
|
+
|
|
32
|
+
[[package]]
|
|
33
|
+
name = "memchr"
|
|
34
|
+
version = "2.7.2"
|
|
35
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
36
|
+
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
|
37
|
+
|
|
38
|
+
[[package]]
|
|
39
|
+
name = "once_cell"
|
|
40
|
+
version = "1.19.0"
|
|
41
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
42
|
+
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
|
43
|
+
|
|
44
|
+
[[package]]
|
|
45
|
+
name = "proc-macro2"
|
|
46
|
+
version = "1.0.82"
|
|
47
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
48
|
+
checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
|
|
49
|
+
dependencies = [
|
|
50
|
+
"unicode-ident",
|
|
51
|
+
]
|
|
52
|
+
|
|
53
|
+
[[package]]
|
|
54
|
+
name = "quick-xml"
|
|
55
|
+
version = "0.31.0"
|
|
56
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
57
|
+
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
|
|
58
|
+
dependencies = [
|
|
59
|
+
"memchr",
|
|
60
|
+
]
|
|
61
|
+
|
|
62
|
+
[[package]]
|
|
63
|
+
name = "quote"
|
|
64
|
+
version = "1.0.36"
|
|
65
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
66
|
+
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
|
67
|
+
dependencies = [
|
|
68
|
+
"proc-macro2",
|
|
69
|
+
]
|
|
70
|
+
|
|
71
|
+
[[package]]
|
|
72
|
+
name = "syn"
|
|
73
|
+
version = "2.0.64"
|
|
74
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
75
|
+
checksum = "7ad3dee41f36859875573074334c200d1add8e4a87bb37113ebd31d926b7b11f"
|
|
76
|
+
dependencies = [
|
|
77
|
+
"proc-macro2",
|
|
78
|
+
"quote",
|
|
79
|
+
"unicode-ident",
|
|
80
|
+
]
|
|
81
|
+
|
|
82
|
+
[[package]]
|
|
83
|
+
name = "unicode-ident"
|
|
84
|
+
version = "1.0.12"
|
|
85
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
86
|
+
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
87
|
+
|
|
88
|
+
[[package]]
|
|
89
|
+
name = "wasm-bindgen"
|
|
90
|
+
version = "0.2.92"
|
|
91
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
92
|
+
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
|
93
|
+
dependencies = [
|
|
94
|
+
"cfg-if",
|
|
95
|
+
"wasm-bindgen-macro",
|
|
96
|
+
]
|
|
97
|
+
|
|
98
|
+
[[package]]
|
|
99
|
+
name = "wasm-bindgen-backend"
|
|
100
|
+
version = "0.2.92"
|
|
101
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
102
|
+
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
|
103
|
+
dependencies = [
|
|
104
|
+
"bumpalo",
|
|
105
|
+
"log",
|
|
106
|
+
"once_cell",
|
|
107
|
+
"proc-macro2",
|
|
108
|
+
"quote",
|
|
109
|
+
"syn",
|
|
110
|
+
"wasm-bindgen-shared",
|
|
111
|
+
]
|
|
112
|
+
|
|
113
|
+
[[package]]
|
|
114
|
+
name = "wasm-bindgen-macro"
|
|
115
|
+
version = "0.2.92"
|
|
116
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
117
|
+
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
|
118
|
+
dependencies = [
|
|
119
|
+
"quote",
|
|
120
|
+
"wasm-bindgen-macro-support",
|
|
121
|
+
]
|
|
122
|
+
|
|
123
|
+
[[package]]
|
|
124
|
+
name = "wasm-bindgen-macro-support"
|
|
125
|
+
version = "0.2.92"
|
|
126
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
127
|
+
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
|
128
|
+
dependencies = [
|
|
129
|
+
"proc-macro2",
|
|
130
|
+
"quote",
|
|
131
|
+
"syn",
|
|
132
|
+
"wasm-bindgen-backend",
|
|
133
|
+
"wasm-bindgen-shared",
|
|
134
|
+
]
|
|
135
|
+
|
|
136
|
+
[[package]]
|
|
137
|
+
name = "wasm-bindgen-shared"
|
|
138
|
+
version = "0.2.92"
|
|
139
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
140
|
+
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
|
141
|
+
|
|
142
|
+
[[package]]
|
|
143
|
+
name = "wasm_xml_parser"
|
|
144
|
+
version = "0.1.0"
|
|
145
|
+
dependencies = [
|
|
146
|
+
"quick-xml",
|
|
147
|
+
"wasm-bindgen",
|
|
148
|
+
"web-sys",
|
|
149
|
+
]
|
|
150
|
+
|
|
151
|
+
[[package]]
|
|
152
|
+
name = "web-sys"
|
|
153
|
+
version = "0.3.69"
|
|
154
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
155
|
+
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
|
|
156
|
+
dependencies = [
|
|
157
|
+
"js-sys",
|
|
158
|
+
"wasm-bindgen",
|
|
159
|
+
]
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
[package]
|
|
2
|
-
name = "wasm_xml_parser"
|
|
3
|
-
version = "0.1.0"
|
|
4
|
-
authors = ["lowlighter"]
|
|
5
|
-
edition = "2021"
|
|
6
|
-
description = "WASM XML parser"
|
|
7
|
-
repository = "https://github.com/lowlighter/libs"
|
|
8
|
-
license = "MIT"
|
|
9
|
-
|
|
10
|
-
[dependencies]
|
|
11
|
-
quick-xml = "0.31"
|
|
12
|
-
wasm-bindgen = "0.2"
|
|
13
|
-
web-sys = { version = "0.3" }
|
|
14
|
-
|
|
15
|
-
[lib]
|
|
16
|
-
crate-type = ["cdylib", "rlib"]
|
|
1
|
+
[package]
|
|
2
|
+
name = "wasm_xml_parser"
|
|
3
|
+
version = "0.1.0"
|
|
4
|
+
authors = ["lowlighter"]
|
|
5
|
+
edition = "2021"
|
|
6
|
+
description = "WASM XML parser"
|
|
7
|
+
repository = "https://github.com/lowlighter/libs"
|
|
8
|
+
license = "MIT"
|
|
9
|
+
|
|
10
|
+
[dependencies]
|
|
11
|
+
quick-xml = "0.31"
|
|
12
|
+
wasm-bindgen = "0.2"
|
|
13
|
+
web-sys = { version = "0.3" }
|
|
14
|
+
|
|
15
|
+
[lib]
|
|
16
|
+
crate-type = ["cdylib", "rlib"]
|