We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d00d357 + 3b82122 commit e370cb8Copy full SHA for e370cb8
src/tables.rs
@@ -15,6 +15,8 @@
15
pub const UNICODE_VERSION: (u8, u8, u8) = (15, 1, 0);
16
17
pub mod charwidth {
18
+ use core::convert::TryFrom;
19
+
20
/// Returns the [UAX #11](https://www.unicode.org/reports/tr11/) based width of `c` by
21
/// consulting a multi-level lookup table.
22
/// If `is_cjk == true`, ambiguous width characters are treated as double width; otherwise,
0 commit comments