blackbeam / mysql_async

Asyncronous Rust Mysql driver based on Tokio.
Apache License 2.0
372 stars 113 forks source link

Compatibility with non-Unix and non-Windows platforms. #301

Closed L-jasmine closed 3 months ago

L-jasmine commented 3 months ago

I found that when my compilation target is neither Unix nor Windows, the compilation fails with syntax errors.

Although some trivial features will be disabled as a result, it's still much better overall than not being able to use it at all.