Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust/Windows Support #213

Open
alexipeck opened this issue Apr 23, 2023 · 1 comment
Open

Rust/Windows Support #213

alexipeck opened this issue Apr 23, 2023 · 1 comment

Comments

@alexipeck
Copy link

What work needs to be done for the Rust version?
The Rust crate hasn't been updated in 2 years and currently doesn't compile under Windows.

The following error output is the main culprit preventing compilation under Windows, this particular issue is likely from the proc-macro-crate and was fixed in version 1.2.1 (rust-lang/rust#94913)
"thread 'main' panicked at '"zts_net_info_t_struct_(unnamed_at_src/include/ZeroTierSockets_h_816_5)" is not a valid Ident', C:\Users\alexi.cargo\registry\src\github.com-1ecc6299db9ec823\proc-macro2-1.0.52\src\fallback.rs:752:9"

If a public repo for the Rust crate became available, I would be like to assist in maintaining it and fully integrate this into another project.

@janvanbouwel
Copy link
Contributor

The rust crate lives in this repository, at https://github.com/zerotier/libzt/tree/main/pkg%2Fcrate%2Flibzt

slashfast added a commit to slashfast/libzt that referenced this issue Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants