-
-
Notifications
You must be signed in to change notification settings - Fork 335
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
Upload brainflow rust bindings to crates.io #721
Comments
hi, there is one problem I cannot solve with crates. BrainFlow uses C\C++ dyn libs in all bindings and crates does not allow to package binary files properly, there is a strict limitation for max size of the package. |
My understanding is that crates just assume that the user has the libraries installed somewhere in their |
but in that case users still need to download libraries from somewhere and set LD_LIBRARY_PATH or PATH manually. Then advantage of using crates only for Rust code is debatable |
Not really. When you use your distro's package manager, they set |
It does seem to be the official package distribution for Rust https://github.com/rust-lang/crates.io. |
Was this closed accidentally, or is this actually not planned? If so, would you mind just providing a short explanation for the wontfix, since all your previous concerns seem to have been addressed? |
Wont fix, I dont see much value uploading rust part only wo compiled libs, they still should be copied manually. And afik there is still file size limit. |
Use case:
I'd like to use brainflow in a rust project, and https://crates.io/ is the standard way of distributing Rust packages.
Describe the solution you'd like:
Brainflow should be uploaded to https://crates.io/
Describe alternatives you've considered:
N.A.
The text was updated successfully, but these errors were encountered: