You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
AnyUriRef::write_resolved, as currently written, depends on the std crate, due to the use of dynamically-sized container types. It should be possible to rewrite this method in such a way that this dependency is no longer required.
This issue is the largest impediment to allowing async-coap-uri to work in no-std environments.
Additionally, while the method does currently pass the rather large unit test corpus, the implementation is a bit of a mess. Any re-write should also attempt to make the code easier to follow.
The text was updated successfully, but these errors were encountered:
AnyUriRef::write_resolved
, as currently written, depends on thestd
crate, due to the use of dynamically-sized container types. It should be possible to rewrite this method in such a way that this dependency is no longer required.This issue is the largest impediment to allowing
async-coap-uri
to work inno-std
environments.Additionally, while the method does currently pass the rather large unit test corpus, the implementation is a bit of a mess. Any re-write should also attempt to make the code easier to follow.
The text was updated successfully, but these errors were encountered: