-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
91 additions
and
119 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[workspace] | ||
members = ["hash-t", "hash-t-macros"] | ||
members = ["anyhash", "anyhash-macros"] | ||
resolver = "2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
This repository contains the [hash-t](hash-t) and [hash-t-macros](hash-t-macros) crates. | ||
This repository contains the [anyhash](anyhash) and [anyhash-macros](anyhash-macros) crates. | ||
|
||
See [hash-t/README.md](hash-t/README.md). | ||
See [anyhash/README.md](anyhash/README.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
name = "hash-t-macros" | ||
name = "anyhash-macros" | ||
version = "0.1.0" | ||
edition = "2021" | ||
authors = ["Maia <[email protected]>"] | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This crate provides proc macros for the `anyhash` crate. Don't use this directly. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
name = "hash-t" | ||
name = "anyhash" | ||
version = "0.1.0" | ||
edition = "2021" | ||
authors = ["Maia <[email protected]>"] | ||
|
@@ -22,7 +22,7 @@ spooky = ["bytemuck"] | |
xxh64 = ["bytemuck"] | ||
|
||
[dependencies] | ||
hash-t-macros = { path = "../hash-t-macros" } | ||
anyhash-macros = { path = "../anyhash-macros" } | ||
bnum = { version = "0.10", optional = true } | ||
bytemuck = { version = "1.14", features = ["min_const_generics"], optional = true } | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.