gluons

Crates.iogluons
lib.rsgluons
version0.1.2
sourcesrc
created_at2017-11-07 14:36:00.070764
updated_at2017-11-12 18:27:17.569241
descriptionA grab bag of rust modules, and templates to hold things together
homepagehttps://github.com/prasannvl/rs-gluons
repositoryhttps://github.com/prasannvl/rs-gluons
max_upload_size
id38482
size26,509
Prasanna Loganathar (prasannavl)

documentation

README

rs-gluons

A grab bag of personal rust modules, and templates to hold things together

Modules

  • sort - Efficient sorting algorithms (WIP)
  • search - Search algorithms (WIP)
  • [TODO] collections

Templates

  • hello-win-nostd

    • Smallest possible statically linked hello world
    • No std-lib
    • Console subsystem
    • Size: 10k
  • hello-win-nostd-gui

    • Smallest possible statically linked hello world
    • No std-lib
    • Windows (GUI) subsystem
    • Size: 10k
    • Handles windows manifest embed via build script (There's no coherent cargo idiomatic build process to orchestrate post-build, or win32 manifest embedding at the moment of writing this - Hopefully that should change soon)
Commit count: 0

cargo fmt