gharial

Crates.iogharial
lib.rsgharial
version0.3.2
sourcesrc
created_at2020-11-08 06:08:03.626163
updated_at2023-02-14 21:43:08.412583
descriptionGharial is a test tool for program to manipulate memory directly.
homepage
repositoryhttps://github.com/wbcchsyn/rust-gharial.git
max_upload_size
id309812
size48,494
wbcchsyn (wbcchsyn)

documentation

https://docs.rs/gharial/0.3.2/gharial/

README

gharial

Gharial is a test tool for program to manipulate memory directly.

Rust usually follows the rule of RAII (Resource Acquisition is Initialization;) resources should be released on the drop, however, it is sometimes difficult to design low level code like that.

Container object, for example, sometimes allocates heap memory and build elements there. Then, the programmer could have to drop the elements and deallocate the heap manully; otherwise some trouble like memory leak could be occurred.

Gharial helps to test such program.

License: LGPL-3.0-or-later OR Apache-2.0 OR BSD-2-Clause OR MIT

Commit count: 103

cargo fmt