Doug Tangren
Doug Tangren
Always happy to take prs. I want to dive into the motivation a bit more. Sounds neat. I need to grok this a bit more but I think this is...
Wanted to clarify the `impl Attribute for xxx` suggestion since serdes traits are foriegn types in your crate you wouldn't be able to impl Attribute for it locally but you...
I'll take a closer look this weekend
Realizing now this is kind of a crappy interface for type inference because the compiler can't infer much implicitly from None types with out a bit more explicit info. You...
I'm going to do a bit more integration testing but I wanted to iterate early to show what this could look like
I was able to get a working POC in https://github.com/softprops/serverless-crowbar/pull/3/files. all that was needed was to update the python3-sys feature use. I would say something like that wouldn't be needed...
@ilianaw, I feel less rushed with this change knowing that 0.3 was just published. I got antsy because I saw 0.4 milestone items were closing out and it looked like...
I'll try testing more cases. I'm open to alternate approaches. Coming from the jvm world of transitive dependencies re-exporting in rust does feel a bit off. I can see where...
Good news here. Macro reexports just landed on stable https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1300-2018-10-25 this is just what this crate needs
I'm going to experiment with this a bit. So far not having much luck. After moving to `#[macro_export(local_inner_macros)]` I see ``` ---- src/lib.rs - (line 25) stdout ---- error[E0433]: failed...