当前位置:首页 > 数据库 > SQlite

Rust Sqlite 编译失败

编译提示:

Non-UTF-8 output: LINK : fatal error LNK1181: xcexdexb7xa8xb4xf2xbfxaaxcaxe4xc8xebxcexc4xbcxfexa1xb0sqlite3.libxa1xb1rn

解决方案:
https://github.com/actix/examples/issues/426

原文地址:https://vellocetclub.wordpress.com/2021/01/22/rust-rocket-rusqlite-windows/

注释 rusqlite = "0.21"
增加

[dependencies.rusqlite]
version = "0.24.2"
features = ["bundled"]

【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!