Vec即将支持自定义的内存分配器
cargo-bom 一个收集依赖License的命令行工具
$ cargo bom > BOM.txt
$ head BOM.txt
Name | Version | Licenses
---- | ------- | --------
cargo | 0.35.0 | Apache-2.0, MIT
failure | 0.1.5 | Apache-2.0, MIT
structopt | 0.2.15 | Apache-2.0, MIT
tabwriter | 1.1.0 | MIT, Unlicense
-----BEGIN cargo 0.35.0 LICENSES-----
The Cargo source code itself does not bundle any third party libraries, but it
depends on a number of libraries which carry their own copyright notices and
使用wasm实现vim编辑器
websocat
-
连结一个公众的echo服务 websocat ws://echo.websocket.org
-
运行一个服务 websocat -s 1234
-
在chromium中打开一个远程调试工具 -
后台代理TCP到websocket -
在全部websocket客户端广播信息
从Javascript到WebAseembly
Read More: https://engineering.q42.nl/webassembly/git
-
Rustcc 论坛: 支持 rss -
微信公众号:Rust语言中文社区
本文分享自微信公众号 - Rust语言中文社区(rust-china)。
若有侵权,请联系 support@oschina.cn 删除。
本文参与“OSC源创计划”,欢迎正在阅读的你也加入,一块儿分享。github