swagger-rs icon indicating copy to clipboard operation
swagger-rs copied to clipboard

A set of common utilities for crates generated by swagger-codegen

Results 17 swagger-rs issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Mark Thebridge `hyper-old-types` is no longer maintained. Switch to the `headers` hyper crate instead - https://docs.rs/headers/latest/headers/authorization/index.html This is a breaking change because `swagger-rs` re-exported types. * Rather than continue...

Updates the requirements on [uuid](https://github.com/uuid-rs/uuid) to permit the latest version. Release notes Sourced from uuid's releases. 1.1.0 What's Changed note that the Error display impl is public API by @​KodrAus...

dependencies

Updates the requirements on [frunk](https://github.com/lloydmeta/frunk) to permit the latest version. Release notes Sourced from frunk's releases. 0.4.0 release Lots of good stuff thanks to team work from a number of...

dependencies

Updates the requirements on [frunk_derives](https://github.com/lloydmeta/frunk) to permit the latest version. Release notes Sourced from frunk_derives's releases. 0.4.0 release Lots of good stuff thanks to team work from a number of...

dependencies

Updates the requirements on [frunk_core](https://github.com/lloydmeta/frunk) to permit the latest version. Release notes Sourced from frunk_core's releases. 0.4.0 release Lots of good stuff thanks to team work from a number of...

dependencies

If MakeServices have different error types (e.g. `Box` and `hyper::Error`) they can't be composited together.

enhancement

This is a very nice generator but I am having trouble using it to generate recursive type definitions from schema. The Rust code generated does not take care to box...

The aim is that this repo eventually becomes owned by `swagger-api`, since it contains common Rust code for `swagger-codegen`-generated Rust code.

Updates the requirements on [uuid](https://github.com/uuid-rs/uuid) to permit the latest version. Release notes Sourced from uuid's releases. 1.2.1 What's Changed Fix up lost re-export of v1 Timestamp by @​KodrAus in uuid-rs/uuid#636...

dependencies

Is there a plan to update this crate to hyper 1.2? If not, would you consider accepting patches?