diff --git a/Cargo.toml b/Cargo.toml index 0e59395..37ef492 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "field_path" description = "Type-safe, no-std field access and reflection utilities." -version = "0.2.0" +version = "0.2.1" edition = "2024" license = "MIT OR Apache-2.0" repository = "https://github.com/voxell-tech/field_path" diff --git a/README.md b/README.md index 0dc4e40..5ef468a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Field Path +[![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/voxell-tech/field_path#license) +[![Crates.io](https://img.shields.io/crates/v/field_path.svg)](https://crates.io/crates/field_path) +[![Downloads](https://img.shields.io/crates/d/field_path.svg)](https://crates.io/crates/field_path) +[![Docs](https://docs.rs/field_path/badge.svg)](https://docs.rs/field_path/latest/field_path/) +[![CI](https://github.com/voxell-tech/field_path/workflows/CI/badge.svg)](https://github.com/voxell-tech/field_path/actions) +[![Discord](https://img.shields.io/discord/442334985471655946.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/Mhnyp6VYEQ) + **`field_path`** provides a lightweight and type-safe abstraction for referencing and accessing nested fields within structs.