From 4bf4b0d211e9a8ec83868e807ae32a3f2b054c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= <44257381+JSorngard@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:37:32 +0200 Subject: [PATCH] Heading first --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbe3e2f..6fa298e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ +# const-primes + [![Static Badge](https://img.shields.io/badge/github-JSorngard%2Fconst--primes-8da0cb?logo=github)](https://github.com/JSorngard/const-primes) [![Latest Version](https://img.shields.io/crates/v/const-primes.svg)](https://crates.io/crates/const-primes) [![docs.rs (with version)](https://img.shields.io/docsrs/const-primes/latest?logo=docs.rs&label=docs.rs)](https://docs.rs/const-primes/latest/const_primes/) [![Build Status](https://github.com/JSorngard/const-primes/actions/workflows/rust.yml/badge.svg)](https://github.com/JSorngard/const-primes/actions/workflows/rust.yml) [![codecov](https://codecov.io/gh/JSorngard/const-primes/graph/badge.svg?token=KXBSRZ71Q0)](https://codecov.io/gh/JSorngard/const-primes) -# const-primes - Generate and work with prime numbers in const contexts. This crate lets you for example pre-compute prime numbers at compile time, store them in the binary, and use them later for related computations,