Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
deprecate: Deprecate the project
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAwiteb committed May 17, 2024
1 parent 8857d54 commit 8a897e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "impl_new"
description = "A procedural macro to generate a new function impl block for you"
description = "[deprecated] A procedural macro to generate a new function impl block for you"
authors = ["Awiteb <awiteb@hotmail.com>"]
license = "MIT"
repository = "https://github.com/theawiteb/impl_new"
documentation = "https://docs.rs/impl_new/latest/impl_new/"
readme = "README.md"
keywords = ["proc", "macro", "derive", "impl", "new"]
version = "0.2.1"
version = "0.2.2"
edition = "2021"
rust-version = "1.56.1"

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<div align="center">

Deprecation Notice: This crate is deprecated in favor of the [`derive_new`](https://crates.io/crates/derive_new) crate. Please use the [`derive_new`](https://crates.io/crates/derive_new) crate instead of this crate.

# Impl New 🦀
A procedural macro to generate a new function implementation for your struct.

Expand Down

0 comments on commit 8a897e5

Please sign in to comment.