Skip to content

KarstenB/babeltrace2-rust-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This library is a rust wrapper for libbabeltrace2, which is used to develop plugins for Babeltrace.

It essentially consists of 2 layers, the code generated from bindgen in mod bt2::binding, and an object oriented wrapper in mod bt2. The object oriented wrapper is automatically generated with the code_gen.rs file. If you want to regenerate the bt2 module, you can run cargo test.

In order to use this library, you should have babeltrace and its library installed. For debian this can be done with:

apt install Babeltrace2 libbabeltrace2-dev

Examples

There is a rust-translated version of the epitome example at babeltrace2-rust-plugin-example-epitome.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published