1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

all: change macros

- Change the main! proc_macro to a bin! macro_rules macro.
- Reexport uucore_procs from uucore
- Make utils to not import uucore_procs directly
- Remove the `syn` dependency and don't parse proc_macro input (hopefully for faster compile times)
This commit is contained in:
Terts Diepraam 2022-01-29 15:26:32 +01:00
parent 1dcd3b2c24
commit eb82015b23
308 changed files with 222 additions and 716 deletions

View file

@ -16,7 +16,6 @@ criterion = "0.3"
rand = "0.8"
rand_chacha = "0.2.2"
[[bench]]
name = "gcd"
harness = false