Traits and clients are now on the top level. Error and response structs are moved to their dedicated modules. Also, a bunch of doc comments are added so the https://docs.rs/frankenstein entry has somewhat better docs.
This is a part of the changes of #203
BREAKING CHANGE: old modules for them are gone and import is only possible from the top level now. Responses moved from frankenstein::api_traits::MethodResponse to frankenstein::response::MethodResponse (and are also re-exported on top level).
Traits and clients are now on the top level. Error and response structs are moved to their dedicated modules. Also, a bunch of doc comments are added so the https://docs.rs/frankenstein entry has somewhat better docs.
This is a part of the changes of #203
BREAKING CHANGE: old modules for them are gone and import is only possible from the top level now. Responses moved from
frankenstein::api_traits::MethodResponse
tofrankenstein::response::MethodResponse
(and are also re-exported on top level).