FactbirdHQ / atat

no_std crate for parsing AT commands
Apache License 2.0
115 stars 31 forks source link

add support for deserialize_byte_buf when alloc is enabled #194

Closed dragonnn closed 10 months ago

dragonnn commented 10 months ago

Now I hit unreachable!() on deserialize_byte_buf. This PR adds support for deserialize_byte_buf when alloc feature is enabled. Similar too https://github.com/BlackbirdHQ/atat/pull/192