Skip to content

pcwalton/rtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This is a work-in-progress implementation of generic doubly-linked trees in Rust. I believe it is quite possible to write safe, generic doubly-linked trees that support all reasonable operations in Rust, with zero overhead (no reference counting, refcells, or garbage collection). This project aims to achieve this in a useful, convenient package.

About

Safe, zero-overhead doubly-linked trees in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages