imag/libimaglink/src
Matthias Beyer 0cc50691b6 Rewrite process_rw_result()
It did not cover the aspect that the passed toml `Value` object was an
Array in the first place and assumed that it is an `String` instead,
which caused the function always to return an Result::Err, which was
obviousely buggy.

This is almost a rewrite of the process_rw_result() function which takes
the additional layer (Array(String)) into account and therefor fixes
this issue.
2016-04-12 22:00:40 +02:00
..
error.rs Add external-link validation before setting 2016-03-11 15:15:02 +01:00
external.rs Add external-link validation before setting 2016-03-11 15:15:02 +01:00
internal.rs Rewrite process_rw_result() 2016-04-12 22:00:40 +02:00
lib.rs Add (external) link validation 2016-03-11 15:15:02 +01:00
result.rs Add initial interface spec 2016-03-11 15:15:02 +01:00