Skip to content

Commit 79febd1

Browse files
committed
make README less annoying
1 parent 8b440ad commit 79febd1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Anodized
2-
3-
> Harden your Rust with **contracts**.
4-
51
[![crates.io](https://img.shields.io/crates/v/anodized.svg)](https://crates.io/crates/anodized)
62
[![docs.rs](https://docs.rs/anodized/badge.svg)](https://docs.rs/anodized)
73
[![CI](https://github.com/mkovaxx/anodized/actions/workflows/ci.yml/badge.svg)](https://github.com/mkovaxx/anodized/actions/workflows/ci.yml)
84
[![License: Apache-2.0](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mkovaxx/anodized/blob/main/LICENSE-Apache-2.0)
95
[![License: MIT](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://github.com/mkovaxx/anodized/blob/main/LICENSE-MIT)
106

7+
# Anodized
8+
9+
> Harden your Rust with **contracts**.
10+
1111
Anodized is a pragmatic suite of tools that helps improve the correctness of your Rust code. Its central idea is **contract** annotations that are deeply integrated with your code, instead of isolated in comments or funky string literals.
1212

1313
Contracts serve as the foundation for a larger **ecosystem of correctness tools**. Anodized connects many disparate aproaches, including fuzz testing, formal verification, and more, into a unified user experience.

0 commit comments

Comments
 (0)