Joonas Javanainen
|
cf587e4de4
|
Split ImStr to ImStr and ImString
It might be better to use the utf8-cstr crate, but it doesn't have the
owned<->borrowed duality, so it would be used as an implementation
detail only.
|
2017-04-25 23:26:19 +03:00 |
|
Magnus Ulimoen
|
26667ce6ee
|
Rustfmt and clippy-lints fixes
Clippy-lints reveals multiple unnecessary transmutes
|
2017-04-25 18:20:33 +02:00 |
|
Joonas Javanainen
|
ca5c6ac2f8
|
Replace libc dependency with std::os::raw
|
2017-02-14 20:22:52 +02:00 |
|
Joonas Javanainen
|
9c56e48140
|
Use in-place mutation in builders
Since we consume self anyway, this style is much more readable
and might have better performance in non-optimized builds.
|
2016-08-07 20:01:20 +03:00 |
|
Joonas Javanainen
|
56f1cb964d
|
Add rustfmt configuration and reformat
|
2016-06-10 22:58:50 +03:00 |
|
orhanbalci
|
2f2fc759c2
|
typo fixed ofset -> offset
stride parameter removed from struct
values_offset type updated to usize
|
2016-06-08 22:05:10 +03:00 |
|
orhanbalci
|
0119c50169
|
plotlines api added
|
2016-06-03 21:36:47 +03:00 |
|