x-data

Crates.iox-data
lib.rsx-data
version0.1.0
sourcesrc
created_at2021-04-10 08:48:09.620912
updated_at2021-04-10 08:48:09.620912
descriptionDo not use this crate for production! It is for demo purposes only!
homepage
repository
max_upload_size
id381642
size12,133
Artem Moshnin (Artem711)

documentation

README

Table of Contents

Personal Goals from this Projects

  • Confidence using Rust's Lifetime system
  • Understanding of common algorithms (we usually don't have to write them ourselvs, but I belive it is essential to know how they work to make good choices)
  • Confidence in building my own libraries
  • Understanding of the design decisions made in building useable algorithms

FAQ

  • Why do I use Rust for Data Structures? Rust is actually a really appropriate languages for Data Structures. Because it is such a low level language, where we can very clearly make decisions at pointer level. In addition, because of its memory safety features, we can do it absolutely confidently without being afraid of memory leaks.
Commit count: 0

cargo fmt