This website requires JavaScript.
Explore
Help
Sign in
eryn
/
chessfriend
Watch
1
Star
0
Fork
You've already forked chessfriend
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6f85305912
chessfriend
/
core
/
src
/
lib.rs
4 lines
72 B
Rust
Raw
Normal View
History
Unescape
Escape
[core] Move the contents of board::square to core::coordinates Export Square, Rank, and File from the core crate.
2024-01-24 08:25:56 -08:00
mod
coordinates
;
pub
use
coordinates
::
{
Direction
,
File
,
Rank
,
Square
}
;
Reference in a new issue
Copy permalink