Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 525 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 525 Bytes

DSA

Some implementations of data structures and algorithms in Rust, implemented in a literate programming style.

To see the generated documentation online, go to: <dsa.takashiidobe.com>

Currently using a fork of pycco with support for rust.

This setup comes from rust-101

To create the docs, run ./iter.sh which generates all the docs.

This repo also uses the nightly compiler for access to the internal rust bencher.