I've been messing around with AppleTalk on Windows 2000 via C and C++, two languages I'm just not proficient in and not super enthused about learning. I was considering doing this in Rust, a language I am more enthusiastic about. Just to make sure I wasn't reinventing a wheel, I did a little search for doing cross-platform AppleTalk with Rust and someone published a WIP project *yesterday* that does exactly this!

https://github.com/FeralFirmware/TailTalk

My goal, I think, is to be able to write most of this on Linux and cross-compile for Win32

#MARCHintosh #AppleTalk #Rust