Skip to content

Commit

Permalink
Const-fn Based Integer Macros
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Rodrigues Lordello committed Sep 14, 2023
1 parent cd9f35d commit 004bcf3
Show file tree
Hide file tree
Showing 11 changed files with 255 additions and 697 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,19 @@ keywords = ["integer", "u256", "ethereum"]
categories = ["cryptography::cryptocurrencies", "mathematics", "no-std"]

[package.metadata.docs.rs]
features = ["macros", "serde"]
features = ["serde"]

[workspace]
members = [
"bench",
"fuzz",
"intrinsics",
"macros",
]

[features]
llvm-intrinsics = ["ethnum-intrinsics"]
macros = ["ethnum-macros"]
macros = [] # deprecated

[dependencies]
ethnum-intrinsics = { version = "=1.2.0", path = "intrinsics", optional = true }
ethnum-macros = { version = "=1.1.0", path = "macros", optional = true }
serde = { version = "1", default-features = false, optional = true }
16 changes: 0 additions & 16 deletions macros/Cargo.toml

This file was deleted.

16 changes: 0 additions & 16 deletions macros/README.md

This file was deleted.

219 changes: 0 additions & 219 deletions macros/src/lib.rs

This file was deleted.

Loading

0 comments on commit 004bcf3

Please sign in to comment.