wasm-bindgen/crates
J. Ryan Stinnett 11e274b477 Add spans feature to control proc-macro2
Using `proc-macro2`'s `nightly` feature is a good default for most use cases.
However, it causes a build error if used together with crates such as
`cssparser` that also use `proc-macro2` from a build script.

This change adds a default enabled feature `spans` that users can disable if
they need to work around this conflict.

Fixes #160.
2018-04-25 14:42:21 -05:00
..
backend Add spans feature to control proc-macro2 2018-04-25 14:42:21 -05:00
cli update fetch to take a string parameter 2018-04-23 09:04:30 -05:00
cli-support Favor if let instead of is_some + unwrap 2018-04-23 11:25:30 -07:00
macro Add spans feature to control proc-macro2 2018-04-25 14:42:21 -05:00
shared Implement readonly struct fields 2018-04-20 10:56:10 -07:00