imag/libimaglink
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
..
src Rewrite process_rw_result() 2016-04-12 22:00:40 +02:00
Cargo.toml Add (external) link validation 2016-03-11 15:15:02 +01:00
README.md Add README for libimaglink 2016-03-25 15:56:42 +01:00

README.md

libimaglink

Linking library for linking entries with other entries. Used for "imag-link", the commandline utility, but intended for use in other binaries and libraries as well.