fractal/fractal-matrix-api
Jordan Petridis 0cb3197055
Remove the custom strn! macro.
This custom macro adds extra complexity since the user can't
know what it does and has to be familiar with it. It's behavior is
trivial and it does not justify a custom macro for a one-liner.

This also has the benefit of reducting the compile time, since its
now replace by a funtion call and the compiler no longer needs
to expand each occurence of the macro.
2018-07-15 16:18:54 +03:00
..
src Remove the custom strn! macro. 2018-07-15 16:18:54 +03:00
Cargo.toml Fix double http prefix in repo url 2018-07-07 15:15:08 +00:00