inda19plusplus / logik

Logisim clone
MIT License
2 stars 5 forks source link

Talking between Rust and C# #30

Closed default-username-852 closed 4 years ago

default-username-852 commented 4 years ago

This PR links together C# and Rust. It defines functions in rust which can be used to query and manipulate the data structure. It also makes C# use some basic functionalities of the Rust library, ie initializing and destroying the data structure.

default-username-852 commented 4 years ago

I've the merge conflicts and I think the code should be ready to merge.

NogginBops commented 4 years ago

Great! Merging.