juniper/juniper_codegen
David Pedersen 1148c75a1d feat: Raw identifier support in object macro
This commit implements raw identifier (`r#name`) support
for field names (methods) and arguments in the `object` proc macro.

Eg:

```rust
impl T {
  fn r#type(r#trait: String) -> bool {}
}
```
2019-11-06 23:08:25 +00:00
..
src feat: Raw identifier support in object macro 2019-11-06 23:08:25 +00:00
Cargo.toml Release juniper 0.14.1 2019-10-24 15:57:16 -07:00
Makefile.toml Add release automation (#346) 2019-05-11 23:51:28 -07:00
release.toml (tooling) Update release config to bump doc_root. 2019-05-15 11:20:51 +02:00