- Posts
- 13
- Page
- 1/2
- Tags
- 53
Posts
分类文章
rust 1.88 新特性,if let 链,裸指针,cfg新判断
编译要加--edition 2024 不然会报错 rust use std::cell::Cell; enum UserStatus { Active(u32,String), Inactive, Pending } fn getcurrentuserstat
UE5(c++)使用rust编写插件给虚幻调用
新建一个空的UE插件项目 在插件根目录下的Source新建一个rust lib项目 html2markdown-dylib 项目名  AS roleids, GROUPCONCAT(ro.name) AS rolenames FROM users u
写了个rust sea-orm迁移小工具
下载地址:1. idea插件市场 2. Github 文档地址: [https://mdddj.github.io/SalvoRsToolDocument/](
rust使用sea-orm-cli来操作数据库
详细文档链接https://www.sea-ql.org/SeaORM/docs/migration/setting-up-migration/ 初始化 创建表
Rust使用Github action自动编译并发行Release版本
这里需要用到taiki-e/create-gh-release-action@v1这个action,可以到Github action市场下载和查看相关文档 1.编写 rust-build.yml构建配置 ya
rust交叉编译Salvo项目并发布到docker运行
电脑需要先安装一下docker 1.配置交叉编译工具 工具链接: rust-musl-cross 我这里用的是x8664-musl,所以安装命令为 在/.zshrc设