Files
cbindgen/tests/rust
Emilio Cobos Álvarez 43f6f7108e Add support for generic enums.
Going to need this if I ever aim to generate TransformOperation bindings and
remove a bunch of slow and ugly Gecko code:

  https://searchfox.org/mozilla-central/rev/80ac71c1c54af788b32e851192dfd2de2ec18e18/servo/components/style/values/generics/transform.rs#189

With the caveat that I'll need to remove the options, but I can manage to do
that.

This also fixes a bunch of renaming bugs that I found while at it.

This patch has the gotcha that we need to remove the assertion of no-underscores
in mangled names... But I think it should be fine, and I'd rather not do a more
breaking change.

You can generate conflicting names in C using enum variants with the same name
as a struct regardless, for example, so I don't think this is terribly
important.
2018-10-16 16:19:06 -05:00
..
2018-08-17 23:15:16 -05:00
2018-03-14 13:42:18 -05:00
2017-11-09 18:04:22 -05:00
2018-01-31 23:28:20 -06:00
2017-11-09 18:04:22 -05:00
2017-11-09 18:04:22 -05:00
2018-07-25 13:54:10 -05:00
2018-07-25 13:54:10 -05:00
2018-10-16 15:50:23 -05:00
2018-10-01 16:53:09 -05:00
2018-10-01 16:53:09 -05:00
2018-01-04 23:30:53 -06:00
2018-10-16 16:19:06 -05:00