ThePerfectComputer / FastWaveBackend

A Rust VCD parser intended to be the backend of a Waveform Viewer(built using egui) that supports dynamically loaded rust plugins.
GNU General Public License v3.0
42 stars 5 forks source link

Add support for parsing real values (to a String) #29

Closed oscargus closed 1 year ago

oscargus commented 1 year ago

Pragmatic alternative to #27 where we now simply store the real value as a String. Much simpler interface and probably one would more often want to print the value than using the f64-version of it.