Marwes / combine

A parser combinator library for Rust
https://docs.rs/combine/*/combine/
MIT License
1.29k stars 93 forks source link

Update feature-flag in documentation #338

Closed TilBlechschmidt closed 2 years ago

TilBlechschmidt commented 2 years ago

It appears that the feature flag has been changed from std to alloc some time in the past. However, the corresponding documentation attribute has been left unchanged.

Now one can (according to the docs) actually use combine with iterators on microcontrollers where you have an allocator available! 😉