Giovanni Zaccaria
Giovanni Zaccaria
I like this library, but I would love to read more documentation. In order to be able to use it I needed to read the source code, which could be...
This line: ```matlab G = 1.4e9 / (s ^ 2 * (s+4.4e4)); ``` Formats into this line: ```matlab G = 1.4e9 / (s ^ 2 * (s + 4.4e4)); ```...
As of now, the scraper proc macros are an independent crate, and they don't constitute an optional feature, which is what we want to achieve. Moreover the `selector` macro replicates...