Skip to content

Commit

Permalink
chore: add CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshiposha committed Oct 29, 2023
1 parent c154323 commit 76f21e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# serde-env-field
[![](https://docs.rs/serde-env-field/badge.svg)](https://docs.rs/serde-env-field/) [![](https://img.shields.io/crates/v/serde-env-field.svg)](https://crates.io/crates/serde-env-field) [![](https://img.shields.io/crates/d/serde-env-field.svg)](https://crates.io/crates/serde-env-field)
![CI](/~https://github.com/mrshiposha/serde-env-field/actions/workflows/rust.yml/badge.svg) [![](https://docs.rs/serde-env-field/badge.svg)](https://docs.rs/serde-env-field/) [![](https://img.shields.io/crates/v/serde-env-field.svg)](https://crates.io/crates/serde-env-field) [![](https://img.shields.io/crates/d/serde-env-field.svg)](https://crates.io/crates/serde-env-field)

This crate provides the `EnvField<T>` type capable of deserializing the `T` type
from a string with environment variables if the `T` implements the `FromStr` trait.
Expand Down

0 comments on commit 76f21e6

Please sign in to comment.