Joel

Results 18 comments of Joel

You don't specify which functions, but both structs [`fann` and `fann_train_data` can be cast to a `fann_error`](https://github.com/libfann/fann/blob/d71d54788bee56ba4cf7522801270152da5209d7/src/include/fann_data.h#L450). See my [other comment](https://github.com/libfann/fann/pull/71#issuecomment-226646524).

Do they just segfault? I don't have a machine to test on right now.

This is completely superfluous because the struct [`fann_train_data` can be cast to a `fann_error`](https://github.com/libfann/fann/blob/d71d54788bee56ba4cf7522801270152da5209d7/src/include/fann_data.h#L450): ``` c /* Struct: struct fann_error Structure used to store error-related information, both and can be...

I aiming for this to be a really quick release with some key features, but it looks like that's not going to happen because I'm in the middle of moving.

I guess since this won't be as quick of a release as I had planned I could add in tomlkit if people (or even just one person) want it. Do...

``` bash ./target/debug/tomlkit --set-value package.keywords[2],'FOO',basic-string --print-doc --file Cargo.toml Success >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>DOCUMENT

It's not completely finished or released yet. When it's released you'll see a version number bump to 0.1.2 or actually it might be a completely different crate. I'm not quite...

Almost done. Only thing left is to actually write to the file if you're setting a value. - [x] Write to file on successful set-value

It's ready for its first release. Here's how you would get the package name, package version, whether or not it has a license and all of the package's dependencies in...

This is meant to be a multi-platform tool. It's not just meant for Unix. The comma+space is just the default output separator, it can be easily changed (as well as...