摘要: rust call sqlite3 error: linking with link.exe failed: exit code: 1181 声明:本文禁止csdn.net及所有所有子网站转载。禁止以营利性为目的的转载。 报错 error: linking with `link.exe` faile 阅读全文
posted @ 2023-12-26 22:56 咕咚! 阅读(187) 评论(0) 推荐(0) 编辑
摘要: Windows下使用rust调用SQLite3 声明:本文禁止csdn.net及所有所有子网站转载。禁止以营利性为目的的转载。 use rusqlite::{Connection, Result}; #[derive(Debug)] struct Person { id: i32, name: St 阅读全文
posted @ 2023-12-26 22:47 咕咚! 阅读(233) 评论(0) 推荐(0) 编辑