随笔分类 -  rust

摘要:mac m1 编译openssl-sys的时候报错: 遇到错误,报错信息如下 admin@admindeMacBook-Air b3 % cargo run Compiling openssl-sys v0.9.72 error: failed to run custom build command 阅读全文
posted @ 2022-04-25 20:46 IP大侠 阅读(2214) 评论(0) 推荐(0) 编辑
摘要:fltk-rs踩坑记录 最近想用rust写一个简单的gui程序,所以查了一下rust的gui库,好像rust在gui方面发展还不好,但是我要实现的很简单,所以最终选择了fltk-rs来开发。 现在只是为了跑通helloworld,所以只碰到这一个问题,以后在碰到别的会再补充。 项目地址: https 阅读全文
posted @ 2022-03-18 20:55 IP大侠 阅读(601) 评论(0) 推荐(0) 编辑
摘要:记录一些rust学习文档,很多rust文档都是英文版的,阅读的话效率很慢,这里搜集一些中文版本的文档,有一些是翻译的中文版本,希望对你有用~ rust烹饪书 https://llever.com/rust-cookbook-zh/ rust编程语言 https://learnku.com/docs/ 阅读全文
posted @ 2022-03-04 11:32 IP大侠 阅读(302) 评论(0) 推荐(0) 编辑
摘要:这两天要实现一个用rust连接远程的oracle数据库的需求,所以就需要用rust连接oracle。 在github上面找到一个库,地址:https://github.com/kubo/rust-oracle 直接使用时,发现报错,打印报错信息: Err(DpiError(DbError { cod 阅读全文
posted @ 2022-02-18 20:03 IP大侠 阅读(1347) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示