Zapolsky Anton

Results 3 comments of Zapolsky Anton

If by `Config.toml` you mean `Cargo.toml`, then it is already parsed with the `toml` crate and there is no appending: the content of the file is parsed, modified and then...

Currently working on this and there are some questions: - If the reason for this issue is to provide more readable input parameters, shouldn't expected values also adhere to the...

> We don't auto-generate the test suites, so that part is not useful (I haven't thought about doing that at all, but if Rust is somehow doing it we might...