rust-diplomat / diplomat

Experimental Rust tool for generating FFI definitions allowing many other languages to call Rust code
https://rust-diplomat.github.io/book/
Other
512 stars 48 forks source link

Fix for #440 #508

Closed ambiguousname closed 3 months ago

ambiguousname commented 3 months ago

This fixed cargo make on windows for me anyways, it resolved a Access is denied. (os error 5) message.

Maybe related to #440

robertbastian commented 3 months ago

Hmm this fix doesn't seem to work for Linux. Which version cargo make are you running?