Technically since this crate only contains code that works without std, it can be no_std.
Realistically those no_std targets are unlikely to support libmagic 🤷
The magic crate uses e.g. std::path::Path, so it probably won't be able to make use of this.
No automated CI is added to ensure the crate remains no_std compatible.
Technically since this crate only contains code that works without
std
, it can beno_std
. Realistically thoseno_std
targets are unlikely to supportlibmagic
🤷The
magic
crate uses e.g.std::path::Path
, so it probably won't be able to make use of this.No automated CI is added to ensure the crate remains
no_std
compatible.This is a semver compatible change.