var searchIndex = {}; searchIndex["pokereval"] = {"doc":"pokereval-rs currently contains a single way of evaluating poker hands (5,6 or 7 cards)\nto a HandRank, which is a number from 0 to 7461 inclusive, the higher the better the hand.\nInside the modules, there are more efficient methods that don't need to convert cards\nto internal representations first.","items":[[5,"eval_5cards","pokereval","Evalate a hand consisting of 5 cards. The cards are grouped in an array.\nThis is quite inefficient, due to the arrays that need to be created. But convenient.",null,null],[5,"eval_6cards","","Evalate a hand consisting of 6 cards. The cards are grouped in an array.\nThis is quite inefficient, due to the arrays that need to be created. But convenient.",null,null],[5,"eval_7cards","","Evalate a hand consisting of 7 cards. The cards are grouped in an array.\nThis is quite inefficient, due to the arrays that need to be created. But convenient.",null,null],[0,"original","","",null,null],[5,"eval_5cards_kev","pokereval::original","",null,{"inputs":[{"name":"cactuskevcard"},{"name":"cactuskevcard"},{"name":"cactuskevcard"},{"name":"cactuskevcard"},{"name":"cactuskevcard"}],"output":{"name":"handrank"}}],[5,"eval_5cards_kev_array","","",null,null],[5,"eval_6cards_kev_array","","",null,null],[5,"eval_7cards_kev_array","","",null,null],[0,"utils","pokereval","",null,null],[5,"card_to_deck_number","pokereval::utils","Converts a card to a cactusKevCard, which is a convenient binary representation:",null,{"inputs":[{"name":"card"}],"output":{"name":"cactuskevcard"}}]],"paths":[]}; initSearch(searchIndex);