Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 477 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 477 Bytes

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