#template #algorithm #utilities

nightly 胶子

一系列Rust模块,以及用于组合这些模块的模板

3个版本

使用旧Rust 2015

0.1.2 2017年11月12日
0.1.1 2017年11月11日
0.1.0 2017年11月7日

#14 in #templates

Apache-2.0

9KB
164

rs-gluons

个人Rust模块集合,以及用于组合这些模块的模板

模块

  • sort - 高效排序算法(WIP)
  • search - 搜索算法(WIP)
  • [待办] collections

模板

  • hello-win-nostd

    • 最小的静态链接hello world
    • 无std库
    • 控制台子系统
    • 大小:10k
  • hello-win-nostd-gui

    • 最小的静态链接hello world
    • 无std库
    • Windows(GUI)子系统
    • 大小:10k
    • 通过构建脚本处理Windows清单嵌入(目前尚无协调的cargo构建过程来安排构建后的任务,或win32清单嵌入在撰写本说明时的即时情况 - 希望这会很快改变)

依赖

~165KB