Compare commits

...

3 Commits

Author SHA1 Message Date
Dmitriy Pleshevskiy e588589edf
ci: add msrv to matrix 2022-07-25 13:20:36 +03:00
Dmitriy Pleshevskiy 1c6507ae76
Merge pull request #33 from pleshevskiy/doc
doc: change badges
2022-07-24 16:04:24 +00:00
Dmitriy Pleshevskiy 8e31f9028c
doc: change badges 2022-07-24 19:03:52 +03:00
2 changed files with 7 additions and 5 deletions

View File

@ -19,6 +19,7 @@ jobs:
- macos-latest
- windows-latest
rust:
- 1.51.0 # msrv
- stable
- beta
- nightly

View File

@ -1,10 +1,11 @@
# enve
[![CI](https://github.com/pleshevskiy/enve/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/pleshevskiy/enve/actions/workflows/ci.yml)
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
[![Documentation](https://docs.rs/pleshevskiy/badge.svg)](https://docs.rs/enve)
[![Crates.io](https://img.shields.io/crates/v/enve)](https://crates.io/crates/enve)
![Crates.io](https://img.shields.io/crates/l/enve)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/pleshevskiy/enve/CI?label=tests&logo=github&style=flat-square)](https://github.com/pleshevskiy/enve/actions/workflows/ci.yml)
[![docs.rs](https://img.shields.io/docsrs/enve?style=flat-square)](https://docs.rs/enve)
[![Crates.io](https://img.shields.io/crates/v/enve?style=flat-square)](https://crates.io/crates/enve)
[![Crates.io](https://img.shields.io/crates/l/enve?style=flat-square)](https://github.com/pleshevskiy/enve/LICENSE)
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg?style=flat-square)](https://github.com/rust-secure-code/safety-dance/)
[![Matrix](https://img.shields.io/matrix/enve_team:matrix.org?label=matrix&style=flat-square)](https://matrix.to/#/!yZalHbWfGRWOMaetSn:matrix.org?via=matrix.org)
`enve` helps you work with environment variables and convert it to **any type**
using only **type annotations**.