chridou / http-api-problem

A problem type to be returned by HTTP APIs
Apache License 2.0
53 stars 12 forks source link

Add custom serialization #6

Closed chridou closed 5 years ago

chridou commented 5 years ago

Resolves #5

thomaseizinger commented 5 years ago

Wohoo! :tada::tada::tada:

thomaseizinger commented 5 years ago

Maybe we can also use this: https://serde.rs/remote-derive.html?

I didn't know of this feature when I did #4.

chridou commented 5 years ago

That is interesting. I will investigate that.

Currently I'm also thinking whether I did make a mistake making title mandatory. I think it is type that has to be mandatory..