【Rust日报】2022-11-15 标准库 mpsc 现已使用 crossbeam-channel 实现

2022-11-28 16:33:33 浏览数 (1)

标准库 mpsc 现已使用 crossbeam-channel 实现

Rust 的 Github 仓库合并一个 PR

本PR将 crossbeam-channel 作为私有模块导入标准库,即 sync::mpmc,现在 sync::mpsc 被实现为 sync::mpmc 的一个简单封装

以后 crossbeam-channel 开箱即用!正式发版还得等一段时间。

ReadMore: https://github.com/rust-lang/rust/pull/93563

Rust 欧洲之声 | Rust 和 Cpp 互操作

本文为 EuroRust 2022 大会上 slint 团队的分享,主题为 Rust and Cpp ,介绍 Slint 中 Rust 和 Cpp 的交互方案和工具 。原视频链接:https://www.youtube.com/watch?v=WQAMJDS1tv4,视频也被搬运到了 B 站:https://www.bilibili.com/video/BV1kG4y1t7xs/。本次演讲文稿:https://slint-ui.com/blog/rust-and-cpp.html。

ReadMore: https://mp.weixin.qq.com/s/DQVu9bkHTTUT7X6iNTlAkA

使用 uniffi-rs 创建多平台通用 lib

支持的模板:

  • iOS / MacOS: xcframework/Swift Package 的苹果平台的 Rust 包
  • Android: # TODO

ReadMore: https://github.com/zsmatrix62/rust-ffi-boilerplate

From 日报小组 Koalr

0 人点赞