Crates.io | asyncapi |
lib.rs | asyncapi |
version | 0.2.0 |
source | src |
created_at | 2021-10-10 06:05:53.390014 |
updated_at | 2022-04-18 09:28:14.674979 |
description | This crate aims to provide data structures that represent the AsyncAPI specification easily deserializable with serde. |
homepage | https://gitlab.com/Tinted/asyncapi |
repository | https://gitlab.com/Tinted/asyncapi |
max_upload_size | |
id | 463027 |
size | 2,024,730 |
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.
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
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.