asyncapi

Crates.ioasyncapi
lib.rsasyncapi
version0.2.0
sourcesrc
created_at2021-10-10 06:05:53.390014
updated_at2022-04-18 09:28:14.674979
descriptionThis crate aims to provide data structures that represent the AsyncAPI specification easily deserializable with serde.
homepagehttps://gitlab.com/Tinted/asyncapi
repositoryhttps://gitlab.com/Tinted/asyncapi
max_upload_size
id463027
size2,024,730
(Nighink)

documentation

README

AsyncAPI

This crate aims to provide data structures that represent the AsyncAPI v 2.3.0 specification.

This crate is still in an early development stage. The official valid test files are all parsed without errors.

This crate builds upon the work for the openapiv3 crate and adapts it for the AsyncAPI specification.

License

This crate is licensed under either of

Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)

The test files contained in the fixtures directory are copied from the AsyncAPI spec repository and are licensed under the Apache 2.0 License

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 18

cargo fmt