#specification #data #aims #structures #represents #error #data-structures

asyncapi

This crate aims to provide data structures that represent the AsyncAPI specification easily deserializable with serde

5 releases

0.2.0 Apr 18, 2022
0.1.3 Oct 27, 2021
0.1.2 Oct 16, 2021
0.1.1 Oct 12, 2021
0.1.0 Oct 10, 2021

#1518 in Database interfaces

44 downloads per month

MIT/Apache

1.5MB
1.5K SLoC

Contains (JAR file, 55KB) gradle-wrapper.jar

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.

Dependencies