• Robin Freyler's avatar
    [utils] Setup a new utils sub-crate · e1edbc98
    Robin Freyler authored
    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.
    e1edbc98
This project manages its dependencies using Cargo. Learn more