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.
1 parent 99d6e46 commit 0a95caeCopy full SHA for 0a95cae
src/quick_check.rs
@@ -3,6 +3,9 @@ use crate::stream_safe;
3
use crate::tables;
4
use crate::UnicodeNormalization;
5
6
+/// QuickCheck quickly determines if a string is normalized, it can return
7
+/// `Maybe`
8
+///
9
/// The QuickCheck algorithm can quickly determine if a text is or isn't
10
/// normalized without any allocations in many cases, but it has to be able to
11
/// return `Maybe` when a full decomposition and recomposition is necessary.
0 commit comments