#fst #bindings #api #file #gtk-wave #gtkwave

sys fst-sys

Bindings for GTKWave FST file manipulation API

1 unstable release

0.2.0 Jan 11, 2020

#539 in Compression

48 downloads per month
Used in fst-native

MIT license

500KB
8K SLoC

C 7K SLoC // 0.1% comments Rust 1K SLoC

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:

No runtime deps