diff options
| author | Andreu Botella <andreu@andreubotella.com> | 2022-03-16 00:22:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-16 00:22:00 +0100 |
| commit | 672f66dde1f7ec87282d37e10cac2cdd36e5f181 (patch) | |
| tree | aa662ed245efe575841d0a951d8ce36f53b48ed4 /serde_v8/src/magic/mod.rs | |
| parent | bb53135ed87ec063c9238e1b7de8cf3b44535685 (diff) | |
perf(web): Optimize `TextDecoder` by adding a new `U16String` type (#13923)
Diffstat (limited to 'serde_v8/src/magic/mod.rs')
| -rw-r--r-- | serde_v8/src/magic/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/serde_v8/src/magic/mod.rs b/serde_v8/src/magic/mod.rs index 941a69d41..e90b5ab60 100644 --- a/serde_v8/src/magic/mod.rs +++ b/serde_v8/src/magic/mod.rs @@ -3,6 +3,7 @@ pub mod buffer; pub mod bytestring; mod field; pub mod string_or_buffer; +pub mod u16string; mod value; pub mod zero_copy_buf; |
