var searchIndex = {}; searchIndex["numerals"] = {"doc":"This is a set of libraries for converting to and from various numeric systems.","items":[[0,"roman","numerals","[Ancient Roman numerals](https://en.wikipedia.org/wiki/Roman_numerals)",null,null],[3,"Roman","numerals::roman","A sequence of Roman numerals.",null,null],[4,"Numeral","","An individual Roman numeral, without a given position.",null,null],[13,"I","","",0,null],[13,"V","","",0,null],[13,"X","","",0,null],[13,"L","","",0,null],[13,"C","","",0,null],[13,"D","","",0,null],[13,"M","","",0,null],[11,"clone","","",0,null],[11,"fmt","","",0,null],[11,"eq","","",0,null],[11,"value","","The value that this numeral is "worth". "Worth" is in scare quotes, as\nthe value can change depending on its position in the string.",0,null],[11,"from_char","","Turn an individual character into its numeral equivalent, if there is\none. Returns `None` otherwise.",0,{"inputs":[{"name":"char"}],"output":{"name":"option"}}],[11,"fmt","","",1,null],[11,"eq","","",1,null],[11,"ne","","",1,null],[11,"parse","","Parses a string of characters into a sequence of numerals. Returns\n`None` if there's a character in the input string that doesn't map to\na numeral.",1,{"inputs":[{"name":"str"}],"output":{"name":"option"}}],[11,"value","","Converts this string of numerals into a `i32` actual number.",1,null],[11,"fmt","","",1,null],[11,"fmt","","",1,null],[11,"from","","",1,{"inputs":[{"name":"vec"}],"output":{"name":"roman"}}],[11,"from","","",1,{"inputs":[{"name":"i16"}],"output":{"name":"roman"}}]],"paths":[[4,"Numeral"],[3,"Roman"]]}; initSearch(searchIndex);