cloudevents / sdk-rust

Rust library to interact with CloudEvents
Apache License 2.0
174 stars 61 forks source link

Test no_std environments #72

Open slinkydeveloper opened 4 years ago

slinkydeveloper commented 4 years ago

We should check if it's doable for the main crate cloudevents-sdk to compile in no_std environments, in order to use this sdk in restricted environments too. An example use case could be: send a cloudevent using mqtt from an iot device

johnm commented 4 years ago

👍