[utils] Setup a new utils sub-crate
This is important due to restrictions in Cargo dependency and crate feature resolving. For example: We currently cannot link to pdsl_core from pdsl_lang since this would cause problems with duplicate panic handlers. Having another minimally kept pdsl_utils we can use this to offload some common utility from pdsl_core into pdsl_utils to make them usable in pdsl_lang.
utils/Cargo.toml
0 → 100644
utils/LICENSE
0 → 120000
utils/README.md
0 → 120000
utils/src/hash.rs
0 → 100644
utils/src/lib.rs
0 → 100644
Please register or sign in to comment