To really be executor agnostic, I think there shouldn't be a default executor enabled. The other issue is that if you enable an executor, you also need to set no-default-features and in the library case you don't want any executor so you also need to disable the default. Considering this, it's likely a good idea to not enable an executor by default.
To really be executor agnostic, I think there shouldn't be a default executor enabled. The other issue is that if you enable an executor, you also need to set
no-default-features
and in the library case you don't want any executor so you also need to disable the default. Considering this, it's likely a good idea to not enable an executor by default.