var searchIndex = {}; searchIndex["ascii"] = {"doc":"Operations on ASCII strings and characters","items":[[3,"Ascii","ascii","Datatype to hold one ascii character. It wraps a `u8`, with the highest bit always zero.",null,null],[3,"AsciiString","","",null,null],[3,"AsciiStr","","",null,null],[8,"AsciiCast","","Trait for converting into an ascii type.",null,null],[16,"Target","","",0,null],[11,"to_ascii","","Convert to an ascii type, return Err(()) on non-ASCII input.",0,null],[10,"to_ascii_nocheck","","Convert to an ascii type, not doing any range asserts",0,null],[8,"OwnedAsciiCast","","Trait for copyless casting to an ascii vector.",null,null],[11,"into_ascii","","Take ownership and cast to an ascii vector. On non-ASCII input return ownership of data\nthat was attempted to cast to ascii in `Err(Self)`.",1,null],[10,"into_ascii_nocheck","","Take ownership and cast to an ascii vector.\nDoes not perform validation checks.",1,null],[11,"hash","","",2,null],[11,"cmp","","",2,null],[11,"partial_cmp","","",2,null],[11,"lt","","",2,null],[11,"le","","",2,null],[11,"gt","","",2,null],[11,"ge","","",2,null],[11,"eq","","",2,null],[11,"ne","","",2,null],[11,"clone","","",2,null],[11,"as_byte","","Converts an ascii character into a `u8`.",2,null],[11,"as_char","","Converts an ascii character into a `char`.",2,null],[11,"is_alphabetic","","Check if the character is a letter (a-z, A-Z)",2,null],[11,"is_digit","","Check if the character is a number (0-9)",2,null],[11,"is_alphanumeric","","Check if the character is a letter or number",2,null],[11,"is_blank","","Check if the character is a space or horizontal tab",2,null],[11,"is_control","","Check if the character is a control character",2,null],[11,"is_graph","","Checks if the character is printable (except space)",2,null],[11,"is_print","","Checks if the character is printable (including space)",2,null],[11,"is_lowercase","","Checks if the character is alphabetic and lowercase",2,null],[11,"is_uppercase","","Checks if the character is alphabetic and uppercase",2,null],[11,"is_punctuation","","Checks if the character is punctuation",2,null],[11,"is_hex","","Checks if the character is a valid hex digit",2,null],[11,"fmt","","",2,null],[11,"fmt","","",2,null],[11,"hash","","",3,null],[11,"cmp","","",3,null],[11,"partial_cmp","","",3,null],[11,"lt","","",3,null],[11,"le","","",3,null],[11,"gt","","",3,null],[11,"ge","","",3,null],[11,"eq","","",3,null],[11,"ne","","",3,null],[11,"clone","","",3,null],[11,"new","","",3,{"inputs":[],"output":{"name":"asciistring"}}],[11,"from_bytes","","",3,{"inputs":[{"name":"b"}],"output":{"name":"result"}}],[11,"from_str","","",3,{"inputs":[{"name":"str"}],"output":{"name":"result"}}],[11,"deref","","",3,null],[11,"deref_mut","","",3,null],[11,"borrow","","",3,null],[11,"into","","",3,null],[11,"into","","",3,null],[11,"as_ref","","",3,null],[11,"fmt","","",3,null],[11,"fmt","","",3,null],[11,"hash","","",4,null],[11,"new","","",4,{"inputs":[{"name":"s"}],"output":{"name":"asciistr"}}],[11,"as_str","","",4,null],[11,"to_ascii_string","","",4,null],[11,"as_bytes","","",4,null],[11,"from_bytes","","",4,{"inputs":[{"name":"b"}],"output":{"name":"option"}}],[11,"from_str","","",4,{"inputs":[{"name":"str"}],"output":{"name":"option"}}],[11,"len","","",4,null],[11,"eq","","",4,null],[11,"partial_cmp","","",4,null],[11,"lt","","",4,null],[11,"le","","",4,null],[11,"gt","","",4,null],[11,"ge","","",4,null],[11,"cmp","","",4,null],[11,"to_owned","","",4,null],[11,"as_ref","","",4,null],[11,"as_ref","","",4,null],[11,"fmt","","",4,null],[11,"fmt","","",4,null],[11,"eq","","",3,null],[11,"ne","","",3,null],[11,"eq","","",3,null],[11,"ne","","",3,null],[11,"eq","","",3,null],[11,"ne","","",3,null],[11,"eq","","",3,null],[11,"eq","","",4,null]],"paths":[[8,"AsciiCast"],[8,"OwnedAsciiCast"],[3,"Ascii"],[3,"AsciiString"],[3,"AsciiStr"]]}; initSearch(searchIndex);