Skip to content

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

Notifications You must be signed in to change notification settings

eavelasquez/vectrust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published