PLC-lang / StandardFunctions

Standard functions for PLC as described by IEC61131
GNU Lesser General Public License v2.1
10 stars 2 forks source link

Refactor: move rust functions from lib.rs in separate modules #41

Closed 99NIMI closed 2 years ago

99NIMI commented 2 years ago

We should move functions from lib.rs in separate modules e.g time functions in time.rs, string in string.rs ....