Skip to content

Releases: elton-cs/rust_plc_data_tool

Extractorust v1.0.1

Choose a tag to compare

@elton-cs elton-cs released this 06 Dec 17:51

Minor updates:

  • modified command line prompt to stay open until ENTER is pressed to exit
  • removed the creation of intermediate step JSON file creations
  • added functions to easily get string type values of PLC modeled data

Extractorust

Choose a tag to compare

@elton-cs elton-cs released this 06 Dec 04:51

A PLC data extractor written in rust. Currently works on data files from my day job ONLY.

This release is NOT at all generalized and the JSON parsing doesn't even use the serde crate yet. This project was solely created to learn Rust. I have to say though, I'm enjoying the language and its weird intricacies with safety and borrowing. I'm excited to continue learning the language and hope I get far!

Till next time,
zkElton