Skip to content

vsupalov/cards-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#cards-rs

Reusable playing cards library for Rust. See the tests for usage examples. Cards are modelled as a tuple of Value and Suit, as can be seen in the src/card.rs file.

The crate is called cards and you can depend on it via cargo:

[dependencies.cards]
git = "https://github.com/th4t/cards-rs.git"

Related Crates

About

Reusable playing cards library for Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages