-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.j2
60 lines (48 loc) · 2.35 KB
/
README.j2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<br/>
<div>
<a href="https://github.com/msrd0/openapi_type/actions/workflows/rust.yml">
<img alt="build status" src="https://github.com/msrd0/openapi_type/actions/workflows/rust.yml/badge.svg"/>
</a>
<a href="https://msrd0.github.io/openapi_type/tarpaulin-report.html">
<img alt="coverage report" src="https://msrd0.github.io/openapi_type/coverage.svg"/>
</a>
<a href="https://msrd0.github.io/openapi_type/doc/openapi_type/index.html">
<img alt="rustdoc" src="https://img.shields.io/badge/docs-main-blue.svg"/>
</a>
<a href="https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html">
<img alt="Rust 1.70+" src="https://img.shields.io/badge/rustc-1.70+-orange.svg"/>
</a>
<a href="https://www.apache.org/licenses/LICENSE-2.0">
<img alt="License Apache-2.0" src="https://img.shields.io/badge/license-Apache--2.0-blue.svg"/>
</a>
</div>
<br/>
This repository contains the following crates:
- **openapi_type**
[![openapi_type on crates.io](https://img.shields.io/crates/v/openapi_type.svg)](https://crates.io/crates/openapi_type)
[![openapi_type on docs.rs](https://docs.rs/openapi_type/badge.svg)](https://docs.rs/openapi_type)
- **openapi_type_derive**
[![openapi_type_derive on crates.io](https://img.shields.io/crates/v/openapi_type_derive.svg)](https://crates.io/crates/openapi_type_derive)
[![openapi_type_derive on docs.rs](https://docs.rs/openapi_type_derive/badge.svg)](https://docs.rs/openapi_type_derive)
# openapi_type
{{ readme }}
## Versioning
Like all rust crates, this crate will follow semantic versioning guidelines. However, changing
the MSRV (minimum supported rust version) is not considered a breaking change.
## License
Copyright (C) 2021-2024 Dominic Meiser and [contributors].
```
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
[contributors]: https://github.com/msrd0/openapi_type/graphs/contributors
{% if links != "" -%}
{{ links }}
{%- endif -%}