mdeloof / statig

Hierarchical state machines for designing event-driven systems
https://crates.io/crates/statig
MIT License
560 stars 18 forks source link

Minor adjustments to enable use in alloc environments without std. #21

Open pperanich opened 4 months ago

pperanich commented 4 months ago

These changes enable the async feature to be used in no_std when alloc is still available. All tests still passed.