< 返回版块

qwy16 发表于 2020-05-05 12:18

Tags:rust,mdbook,kibi,Krustlet

michaelfbryan/mdbook-docker-image - 一个打包了mdbook和很多常用plugins的Docker Image

michaelfbryan/mdbook-docker-image - A docker image with mdbook and several common plugins

https://hub.docker.com/r/michaelfbryan/mdbook-docker-image

mdbook-docker-image是一个一个打包了mdbook和很多常用plugins的Docker Image,包含如下应用库:

The Safety Boat: Kubernetes and Rust - Rust at Microsoft

The Safety Boat: Kubernetes and Rust - Rust at Microsoft [Microsoft Security Response Center]

https://msrc-blog.microsoft.com/2020/04/29/the-safety-boat-kubernetes-and-rust/

最近DeisLabs发布了一款新的软件叫Krustlet。 这款工具软件可以在目前很流行的开源容器管理软件Kubernetes 上运行WebAssembly模块。Kubernetes已经被很多开发商广泛的应用在云服务软件中, 但是主要是由GO语言编写成的。我们常常听说很多系统级别的Rust语言编程例子,但是很少听到用Rust语言写云计算软件。 这个就是一个尝试。

详情可以参考Krustlet官网:https://deislabs.io/posts/introducing-krustlet/

kibi 0.2.0: 一个用≤1024行Rust代码编写的文本编辑器, 现在也兼容Windows啦!

kibi 0.2.0: a text editor in ≤1024 lines of Rust, now compatible with Windows

https://github.com/ilai-deutel/kibi

这个可配置的文本编辑器支持UTF-8,步进搜索,语法加亮,行数显示等很多功能。只用了不到1024行Rust语言代码,最小化的依赖库。

Kibi现在兼容Linux,MacOS和Windows 10(beta).

这个项目受一个用C语言写成的Kilo文本编辑器的启发, 可以在网上找到两者比较发现更多的功能。欢迎开源参与,不过要记住1024行代码的限制。

安装Cargo就可以完成:

$ cargo install kibi

应用:

kibi              # Start an new text buffer
kibi <file path>  # Open a file
kibi --version    # Print version information and exit

一些快捷键:

Ctrl-F	Incremental search; use arrows to navigate
Ctrl-S	Save the buffer to the current file, or specify the file path
Ctrl-G	Go to <line number>[:<column number>] position
Ctrl-Q	Quit
Ctrl-D	Duplicate the current row

威斯康星大学开设Haskell和Rust语言编程课

UWisconsin course on Haskell and Rust

https://pages.cs.wisc.edu/~justhsu/teaching/current/cs538/calendar/

Rust语言编程已经进入美国大学正式课程。详情请看大学官网: https://pages.cs.wisc.edu/~justhsu/teaching/current/cs538/calendar/

From 日报小组 BobQ

独立日报订阅地址:

社区学习交流平台订阅:

评论区

写评论

还没有评论

1 共 0 条评论, 1 页