Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
raldone01 committed Jan 2, 2025
1 parent 1143fd0 commit edfc23b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
[![Rust-Main-CI](https://github.com/ink-feather-org/cargo-manifest-proc-macros-rs/actions/workflows/rust_main.yml/badge.svg)](https://github.com/ink-feather-org/cargo-manifest-proc-macros-rs/actions/workflows/rust_main.yml)
[![docs.rs](https://docs.rs/cargo-manifest-proc-macros/badge.svg)](https://docs.rs/cargo-manifest-proc-macros)
[![crates.io](https://img.shields.io/crates/v/cargo-manifest-proc-macros.svg)](https://crates.io/crates/cargo-manifest-proc-macros)
[![rustc](https://img.shields.io/badge/rustc-nightly-lightgrey)](https://doc.rust-lang.org/nightly/std/)
[![rustc](https://img.shields.io/badge/rustc-stable-lightgrey)](https://doc.rust-lang.org/stable/std/)

## Requirements
## What can this crate do?

`cargo-manifest-proc-macros` is a library for creating proc-macros.
It provides a reliably way to compute the [`syn::Path`] to other crates.
It provides a reliably way to compute the [`syn::Path`](https://docs.rs/syn/latest/syn/struct.Path.html) to other crates.

## What can this crate do?
## How to use this crate?

Proc-macro crates are usually tightly coupled to other crates and need to know the module path to them.

Expand Down

0 comments on commit edfc23b

Please sign in to comment.