File: README.md

package info (click to toggle)
rust-assert 0.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 96 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 774 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Assert [![Package][package-img]][package-url] [![Documentation][documentation-img]][documentation-url] [![Build][build-img]][build-url]

The package provides assertions for testing.

## Contribution

Your contribution is highly appreciated. Do not hesitate to open an issue or a
pull request. Note that any contribution submitted for inclusion in the project
will be licensed according to the terms given in [LICENSE.md](LICENSE.md).

[build-img]: https://travis-ci.org/stainless-steel/assert.svg?branch=master
[build-url]: https://travis-ci.org/stainless-steel/assert
[documentation-img]: https://docs.rs/assert/badge.svg
[documentation-url]: https://docs.rs/assert
[package-img]: https://img.shields.io/crates/v/assert.svg
[package-url]: https://crates.io/crates/assert