-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better Readme, implemented cases for StraightFlush rank
- Loading branch information
Showing
5 changed files
with
87 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
name = "pokerface" | ||
name = "poker-face" | ||
version = "0.1.0" | ||
edition = "2021" | ||
description = "A blazing fast library for the evaluation of Poker hands with lookup tables and perfect hashing" | ||
repository = "https://github.com/davassi/pokerface" | ||
homepage = "https://github.com/davassi/pokerface" | ||
repository = "https://github.com/davassi/poker-face" | ||
homepage = "https://github.com/davassi/poker-face" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Davassi <[email protected]>"] | ||
categories = ["command-line-interface","games","game development"] | ||
|
@@ -36,8 +36,8 @@ opt-level = 3 | |
debug = true | ||
|
||
[[bin]] | ||
name = "pokerust" | ||
name = "pokerface" | ||
path = "src/bin/main.rs" | ||
|
||
[lib] | ||
name = "pokerust" | ||
name = "pokerface" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters