eavelasquez / vectrust

VectRust is a Rust library for Vec. It's a simple library built to learn Rust and to understand how allocators work in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VectRust

VectRust is a Rust library for Vec. It's a simple library built to learn Rust and to understand how allocators work in Rust.

Development

To play with the library, you should check the Makefile to see all available commands.

make help

Also, to check any memory-related issues, you can use valgrind.

valgrind --leak-check=full ./target/release/vectrust

About

VectRust is a Rust library for Vec. It's a simple library built to learn Rust and to understand how allocators work in Rust.


Languages

Language:Rust 92.5%Language:Makefile 7.5%