1
0
Fork 0

make ByFile & ByRank public

This commit is contained in:
Paul-Nicolas Madelaine 2025-11-29 14:12:20 +01:00
parent 1b3da8585e
commit b733bd0b38

View file

@ -106,7 +106,7 @@ pub enum File {
H,
}
container!(pub(crate), File, ByFile, 8);
container!(pub, File, ByFile, 8);
impl File {
#[inline]
@ -197,7 +197,7 @@ pub enum Rank {
Eighth,
}
container!(pub(crate), Rank, ByRank, 8);
container!(pub, Rank, ByRank, 8);
impl Rank {
#[inline]