|
1 |
| -[![PyPI][pypi-badge]][pypi-url] [![Travis][travis-badge]][travis-url] |
| 1 | +[](https://crates.io/crates/svdtools) |
2 | 2 |
|
3 | 3 | # svdtools
|
4 | 4 |
|
5 |
| -**svdtools** is a Python (Rust) package for modifying vendor-supplied, often buggy SVD |
| 5 | +**svdtools** is a set of tools for modifying vendor-supplied, often buggy SVD |
6 | 6 | files. It can be imported as a library for use in other applications, or run
|
7 |
| -directly via the included `svd`(`svdtools`) CLI utility. |
| 7 | +directly via the included `svdtools` CLI utility. |
8 | 8 |
|
9 | 9 | A common use case is patching vendor-supplied SVD files, then applying
|
10 | 10 | [svd2rust](https://github.com/rust-embedded/svd2rust) to the resulting patched
|
11 | 11 | SVD.
|
12 | 12 |
|
13 |
| -[pypi-badge]: https://img.shields.io/pypi/v/svdtools.svg |
14 |
| -[pypi-url]: https://pypi.org/project/svdtools/ |
15 |
| -[travis-badge]: https://travis-ci.com/stm32-rs/svdtools.svg?branch=master |
16 |
| -[travis-url]: https://travis-ci.com/stm32-rs/svdtools |
| 13 | +This project is developed and maintained by the [Tools team][team]. |
17 | 14 |
|
18 | 15 | ## Getting Started with Python version
|
19 | 16 |
|
@@ -400,3 +397,12 @@ This avoids bikeshedding over formatting issues :)
|
400 | 397 | Unless you explicitly state otherwise, any contribution intentionally submitted
|
401 | 398 | for inclusion in the work by you, as defined in the Apache-2.0 license, shall
|
402 | 399 | be dual licensed as above, without any additional terms or conditions.
|
| 400 | + |
| 401 | +## Code of Conduct |
| 402 | + |
| 403 | +Contribution to this crate is organized under the terms of the [Rust Code of |
| 404 | +Conduct][CoC], the maintainer of this crate, the [Tools team][team], promises |
| 405 | +to intervene to uphold that code of conduct. |
| 406 | + |
| 407 | +[CoC]: CODE_OF_CONDUCT.md |
| 408 | +[team]: https://github.com/rust-embedded/wg#the-tools-team |
0 commit comments