piece_table 0.1.0

A simple piece table data strucutre in Rust
Documentation
  • Coverage
  • 0%
    0 out of 7 items documented0 out of 6 items with examples
  • Size
  • Source code size: 13.82 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.59 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • kenrick95/piece_table
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kenrick95

piece_table

CircleCI

Piece table data strucutre in Rust

Why?

  1. Mainly because I wanted to learn to code in Rust, as it was one of the hottest language for the kids out there :grin: And learning to code by just re-learning programming wasn't that fun. So, why not take up the challenge to implement a data strucure to learn the language :smiling_imp:
  2. Because recently I encountered this data stucture on a post linked from Hacker News and was quite excited on its ideas, especially after reading the (unfinished) paper on this topic ("Data Structures for Text Sequences", Crowley, 1998).

Note: By no means, the data strucure implemented here is practical nor efficient, as my main goal is to learn Rust itself.