amogh-dambal / diogenes-v2

V2 implementation of the Diogenes chess engine. This time in Rust.
0 stars 0 forks source link

Update types to implement TryInto and TryFrom traits #3

Open amogh-dambal opened 6 months ago

amogh-dambal commented 6 months ago

Currently, lots of the types we've constructed for our engine use from_str and to_string type methods. We should have the types implement TryInto and TryFrom traits instead.