fst-sys

Crates.iofst-sys
lib.rsfst-sys
version0.2.0
sourcesrc
created_at2020-01-11 13:32:55.250024
updated_at2020-01-11 13:32:55.250024
descriptionBindings for GTKWave FST file manipulation API.
homepage
repositoryhttps://github.com/thomashk0/fst-sys.git
max_upload_size
id197479
size541,036
Thomas Hiscock (thomashk0)

documentation

README

Rust wrapper around the FST API of Gtkwave

This crate exposes raw bindings to GTKWave FST API in Rust. The C sources included in this repository (see fstapi) are copied from Gtkwave source repository.

Update bindings

The bindings are automatically generated into src/bindings.rs using bindgen. To regenerate them, just run:

$ ./regen.sh

Licensing

The project is licensed under a MIT license (see LICENSE.txt). However, it uses the following subprojects:

Commit count: 13

cargo fmt