-
-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hello,
Thank you for maintaining this crate! I need to use some json-ld functionality in a no_std environment. I have started adding no_std support to the dependencies of this crate. I am working my way up the dependency tree: (utf8-decode, pct-str, iref, rdf-types, and json-ld). Is there interest in pull requests on those crates that would provide no_std support? My goal is to make "std" a default feature of those creates. When "std" is enabled the implementation of the crate is unchanged. When no default features are enabled, the implementation falls back to crates "core" and "alloc" whenever possible. In some cases, when "std" is not enabled I need to use https://github.com/no-std-io/no-std-io as a dependency. I can provide further details in each individual pull request of the dependency tree: (utf8-decode, pct-str, iref, rdf-types, and json-ld). Is there interest in this?
Thanks,
--Michael