We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A meta-issue to capture project status and hopes and dreams
backend::Backend
async_trait
std
lib.rs
backends/mod.rs
cfg
structopt
strum
Backend
tokio
async-std
smoltcp
libcoap
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A meta-issue to capture project status and hopes and dreams
Features
Refactoring
backend::Backend
trait to use associated type bounds in place ofasync_trait
(Implemented observation #2)std
use from core (lib.rs
andbackends/mod.rs
)cfg
guards to allstructopt
andstrum
derivesBackend
traitsBackends
tokio
- in progress (UDP, DTLS done, TCP, TLS missing)async-std
- not yet attemptedsmoltcp
- not yet attemptedstd
- not yet attemptedTests
libcoap
in CIThe text was updated successfully, but these errors were encountered: