blend2d 0.1.0

Rust bindings for blend2d
Build #155016 2019-04-18T16:07:05.316377+00:00
# rustc version
rustc 1.36.0-nightly (3c3d3c177 2019-04-17)
# docs.rs version
cratesfyi 0.6.0 (54fff31 2019-04-12)

# build log
Updating crates.io index
Fresh cc v1.0.35
Fresh autocfg v0.1.2
Fresh version_check v0.1.5
Fresh ucd-util v0.1.3
Fresh rustc-demangle v0.1.14
Fresh cfg-if v0.1.7
Fresh glob v0.2.11
Fresh lazy_static v1.3.0
Fresh utf8-ranges v1.0.2
Fresh unicode-xid v0.1.0
Fresh quick-error v1.2.2
Fresh unicode-width v0.1.5
Fresh vec_map v0.8.1
Fresh scopeguard v0.3.3
Fresh strsim v0.8.0
Fresh ansi_term v0.11.0
Fresh termcolor v1.0.4
Fresh peeking_take_while v0.1.2
Fresh shlex v0.1.1
Fresh bitflags v1.0.4
Compiling cmake v0.1.38
Fresh regex-syntax v0.6.6
Fresh log v0.4.6
Running `rustc --crate-name cmake /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.38/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=7ce48da816ace634 -C extra-filename=-7ce48da816ace634 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern cc=/home/cratesfyi/cratesfyi/debug/deps/libcc-2885bd407087c392.rlib --cap-lints allow`
Fresh thread_local v0.3.6
Fresh humantime v1.2.0
Fresh textwrap v0.11.0
Fresh libc v0.2.51
Fresh memchr v2.2.0
Fresh byteorder v1.3.1
Fresh proc-macro2 v0.4.27
Fresh libloading v0.5.0
Fresh backtrace-sys v0.1.28
Fresh atty v0.2.11
Fresh aho-corasick v0.7.3
Fresh nom v4.2.3
Fresh hashbrown v0.1.8
Fresh quote v0.6.12
Fresh clang-sys v0.28.0
Fresh backtrace v0.3.15
Fresh clap v2.33.0
Fresh regex v1.1.6
Fresh cexpr v0.3.5
Fresh failure v0.1.5
Fresh env_logger v0.6.1
Fresh which v2.0.1
Fresh bindgen v0.49.0
Compiling blend2d-sys v0.1.2
Running `rustc --edition=2018 --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-sys-0.1.2/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=260dabd1ac955350 -C extra-filename=-260dabd1ac955350 --out-dir /home/cratesfyi/cratesfyi/debug/build/blend2d-sys-260dabd1ac955350 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bindgen=/home/cratesfyi/cratesfyi/debug/deps/libbindgen-0d6522cfdc25b6a0.rlib --extern cmake=/home/cratesfyi/cratesfyi/debug/deps/libcmake-7ce48da816ace634.rlib --cap-lints allow -L native=/home/cratesfyi/cratesfyi/debug/build/libloading-2829a6694c06f71e/out -L native=/home/cratesfyi/cratesfyi/debug/build/backtrace-sys-7c2c28f8032ed527/out`
Running `/home/cratesfyi/cratesfyi/debug/build/blend2d-sys-260dabd1ac955350/build-script-build`
Running `rustc --edition=2018 --crate-name blend2d_sys /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-sys-0.1.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=61ab18d217298db3 -C extra-filename=-61ab18d217298db3 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow -L native=/home/cratesfyi/cratesfyi/debug/build/blend2d-sys-1342e21ecf385852/out/lib -l static=blend2d -l c -l m -l pthread -l rt -l stdc++`
Documenting blend2d v0.1.0
Running `rustdoc --edition=2018 --crate-name blend2d /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190417-1.36.0-nightly-3c3d3c177 --static-root-path / --disable-per-crate-search --extern-html-root-url 'bitflags=https://docs.rs/bitflags/1.0.4' --extern-html-root-url 'ffi=https://docs.rs/blend2d-sys/0.1.2' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-a7bb201a4a79a941.rmeta --extern ffi=/home/cratesfyi/cratesfyi/debug/deps/libblend2d_sys-61ab18d217298db3.rmeta`
error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/lib.rs:26:1
|
26 | / bl_enum! {
27 | |     pub enum BooleanOp {
28 | |         Copy = BL_BOOLEAN_OP_COPY,
29 | |         And  = BL_BOOLEAN_OP_AND,
...  |
34 | |     Default => Copy
35 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/lib.rs:38:1
|
38 | / bl_enum! {
39 | |     pub enum ExtendMode {
40 | |         PadXPadY = BL_EXTEND_MODE_PAD_X_PAD_Y,
41 | |         RepeatXRepeatY = BL_EXTEND_MODE_REPEAT_X_REPEAT_Y,
...  |
50 | |     Default => RepeatXRepeatY
51 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/lib.rs:54:1
|
54 | / bl_enum! {
55 | |     pub enum StyleType {
56 | |         None = BL_STYLE_TYPE_NONE,
57 | |         Solid = BL_STYLE_TYPE_SOLID,
...  |
61 | |     Default => None
62 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/variant.rs:4:1
|
4  | / bl_enum! {
5  | |     pub enum ImplType {
6  | |         Null                 = BL_IMPL_TYPE_NULL,
7  | |         BitArray             = BL_IMPL_TYPE_BIT_ARRAY,
...  |
48 | |     Default => Null
49 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/codec.rs:15:1
|
15 | / bl_enum! {
16 | |     pub enum ImageCodecFeatures {
17 | |         Read       = BL_IMAGE_CODEC_FEATURE_READ,
18 | |         Write      = BL_IMAGE_CODEC_FEATURE_WRITE,
...  |
26 | |     Default => Read
27 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/context.rs:24:1
|
24 | / bl_enum! {
25 | |     pub enum ContextType {
26 | |         None = BL_CONTEXT_TYPE_NONE,
27 | |         Dummy = BL_CONTEXT_TYPE_DUMMY,
...  |
31 | |     Default => None
32 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/context.rs:35:1
|
35 | / bl_enum! {
36 | |     pub enum ContextHint {
37 | |         RenderingQuality = BL_CONTEXT_HINT_RENDERING_QUALITY,
38 | |         GradientQuality = BL_CONTEXT_HINT_GRADIENT_QUALITY,
...  |
41 | |     Default => RenderingQuality
42 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/context.rs:45:1
|
45 | / bl_enum! {
46 | |     pub enum ContextOpType {
47 | |         Fill = BL_CONTEXT_OP_TYPE_FILL,
48 | |         Stroke = BL_CONTEXT_OP_TYPE_STROKE,
49 | |     }
50 | |     Default => Fill
51 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/context.rs:69:1
|
69 | / bl_enum! {
70 | |     pub enum ClipOP {
71 | |         Replace = BL_CLIP_OP_REPLACE,
72 | |         Intersect = BL_CLIP_OP_INTERSECT,
73 | |     }
74 | |     Default => Replace
75 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/context.rs:78:1
|
78 | / bl_enum! {
79 | |     pub enum ClipMode {
80 | |         AlignedRect = BL_CLIP_MODE_ALIGNED_RECT,
81 | |         UnalignedRect = BL_CLIP_MODE_UNALIGNED_RECT,
...  |
84 | |     Default => AlignedRect
85 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14  |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/context.rs:88:1
|
88  | / bl_enum! {
89  | |     pub enum CompOp {
90  | |         SrcOver = BL_COMP_OP_SRC_OVER,
91  | |         SrcCopy = BL_COMP_OP_SRC_COPY,
...   |
119 | |     Default => SrcOver
120 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14  |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/context.rs:123:1
|
123 | / bl_enum! {
124 | |     pub enum GradientQuality {
125 | |         Nearest = BL_GRADIENT_QUALITY_NEAREST,
126 | |     }
127 | |     Default => Nearest
128 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14  |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/context.rs:131:1
|
131 | / bl_enum! {
132 | |     pub enum PatternQuality {
133 | |         Nearest = BL_PATTERN_QUALITY_NEAREST,
134 | |         Bilinear = BL_PATTERN_QUALITY_BILINEAR,
135 | |     }
136 | |     Default => Nearest
137 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14  |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/context.rs:144:1
|
144 | / bl_enum! {
145 | |     pub enum RenderingQuality {
146 | |         AntiAliasing = BL_RENDERING_QUALITY_ANTIALIAS,
147 | |     }
148 | |     Default => AntiAliasing
149 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/format.rs:4:1
|
4  | / bl_enum! {
5  | |     pub enum ImageFormat {
6  | |         None   = BL_FORMAT_NONE,
7  | |         PRgb32 = BL_FORMAT_PRGB32,
...  |
11 | |     Default => None
12 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14  |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/geometry.rs:161:1
|
161 | / bl_enum! {
162 | |     pub enum GeometryDirection {
163 | |         None             = BL_GEOMETRY_DIRECTION_NONE,
164 | |         Clockwise        = BL_GEOMETRY_DIRECTION_CW,
...   |
167 | |     Default => None
168 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14  |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/geometry.rs:171:1
|
171 | / bl_enum! {
172 | |     pub(in crate) enum GeometryType {
173 | |         None           = BL_GEOMETRY_TYPE_NONE,
174 | |         BoxI           = BL_GEOMETRY_TYPE_BOXI,
...   |
197 | |     Default => None
198 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14  |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/geometry.rs:201:1
|
201 | / bl_enum! {
202 | |     pub enum FillRule {
203 | |         NonZero = BL_FILL_RULE_NON_ZERO,
204 | |         EvenOdd = BL_FILL_RULE_EVEN_ODD,
205 | |     }
206 | |     Default => NonZero
207 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14  |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/geometry.rs:210:1
|
210 | / bl_enum! {
211 | |     pub enum HitTest {
212 | |         In = BL_HIT_TEST_IN,
213 | |         Part = BL_HIT_TEST_PART,
...   |
216 | |     Default => In
217 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/image.rs:25:1
|
25 | / bl_enum! {
26 | |     pub enum ImageScaleFilter {
27 | |         None     = BL_IMAGE_SCALE_FILTER_NONE,
28 | |         Nearest  = BL_IMAGE_SCALE_FILTER_NEAREST,
...  |
43 | |     Default => None
44 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/matrix.rs:7:1
|
7  | / bl_enum! {
8  | |     #[doc(hidden)]
9  | |     pub enum Matrix2DOp {
10 | |         Reset = BL_MATRIX2D_OP_RESET,
...  |
25 | |     Default => Reset
26 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/path.rs:19:1
|
19 | / bl_enum! {
20 | |     pub enum PathCommand {
21 | |         Move = BL_PATH_CMD_MOVE,
22 | |         On = BL_PATH_CMD_ON,
...  |
27 | |     Default => Move
28 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/path.rs:50:1
|
50 | / bl_enum! {
51 | |     pub enum PathReverseMode {
52 | |         Complete = BL_PATH_REVERSE_MODE_COMPLETE,
53 | |         Separate = BL_PATH_REVERSE_MODE_SEPARATE,
54 | |     }
55 | |     Default => Complete
56 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/path.rs:59:1
|
59 | / bl_enum! {
60 | |     pub enum StrokeJoin {
61 | |         MiterClip = BL_STROKE_JOIN_MITER_CLIP,
62 | |         MiterBevel = BL_STROKE_JOIN_MITER_BEVEL,
...  |
67 | |     Default => MiterClip
68 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/path.rs:71:1
|
71 | / bl_enum! {
72 | |     pub enum StrokeCapPosition {
73 | |         Start = BL_STROKE_CAP_POSITION_START,
74 | |         End = BL_STROKE_CAP_POSITION_END,
75 | |     }
76 | |     Default => Start
77 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/path.rs:80:1
|
80 | / bl_enum! {
81 | |     pub enum StrokeCap {
82 | |         Butt = BL_STROKE_CAP_BUTT,
83 | |         Square = BL_STROKE_CAP_SQUARE,
...  |
89 | |     Default => Butt
90 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/path.rs:93:1
|
93 | / bl_enum! {
94 | |     pub enum StrokeTransformOrder {
95 | |         After = BL_STROKE_TRANSFORM_ORDER_AFTER,
96 | |         Before = BL_STROKE_TRANSFORM_ORDER_BEFORE,
97 | |     }
98 | |     Default => After
99 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14  |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/path.rs:102:1
|
102 | / bl_enum! {
103 | |     pub enum FlattenMode {
104 | |         Default = BL_FLATTEN_MODE_DEFAULT,
105 | |         Recursive = BL_FLATTEN_MODE_RECURSIVE,
106 | |     }
107 | |     Default => Default
108 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14  |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/path.rs:111:1
|
111 | / bl_enum! {
112 | |     pub enum OffsetMode {
113 | |         Default = BL_OFFSET_MODE_DEFAULT,
114 | |         Iterative = BL_OFFSET_MODE_ITERATIVE,
115 | |     }
116 | |     Default => Default
117 | | }
| |_- in this macro invocation

error[E0308]: mismatched types
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/macros.rs:14:28
|
14 |                   $variant = $value,
|                              ^^^^^^ expected i32, found u32
| 
::: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/region.rs:12:1
|
12 | / bl_enum! {
13 | |     pub enum RegionType {
14 | |         Empty   = BL_REGION_TYPE_EMPTY,
15 | |         Rect    = BL_REGION_TYPE_RECT,
...  |
18 | |     Default => Empty
19 | | }
| |_- in this macro invocation

error: aborting due to 30 previous errors

For more information about this error, try `rustc --explain E0308`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --edition=2018 --crate-name blend2d /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/blend2d-0.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190417-1.36.0-nightly-3c3d3c177 --static-root-path / --disable-per-crate-search --extern-html-root-url \'bitflags=https://docs.rs/bitflags/1.0.4\' --extern-html-root-url \'ffi=https://docs.rs/blend2d-sys/0.1.2\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-a7bb201a4a79a941.rmeta --extern ffi=/home/cratesfyi/cratesfyi/debug/deps/libblend2d_sys-61ab18d217298db3.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not document `blend2d`.', src/bin/cratesfyi.rs:143:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.