-
Notifications
You must be signed in to change notification settings - Fork 85
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 crate libsimple
.
#148
Comments
很好的项目,不知道 Rust 的最佳实践是什么,感觉可以改下 build.rs 支持网络下载 github/release 的文件,这样用户使用可能更方便 |
或者支持用户自己配置对应的 binary 文件路径,这样用户可以自己去下载,可以参考 https://github.com/duckdb/duckdb-rs/blob/main/libduckdb-sys/build.rs#L191 这个项目 |
感谢大佬!!
Rust 生态里面似乎基本都是本地构建的库,而不是从网络下载。
好的,我去研究一下😄 |
是可以的,可以把他的代码直接加到代码库里,比如像这样打个包 你有兴趣可以给这个仓库提交 PR,需要改 cmake 的编译脚本 |
我当时 clone 只是为了省事 |
已经用 |
我用 Rust 创建了一个 crate,可以简化在 Rust 中的构建和使用,
希望可以添加到本项目的 Readme 中,也希望有大佬能帮忙完善交叉编译的处理
crate:https://crates.io/crates/libsimple
项目:https://github.com/xuxiaocheng0201/libsimple/
The text was updated successfully, but these errors were encountered: