thombles / ax25-rs

Utilities for Packet Radio in Rust. AX.25 encoding/decoding and radio interfacing.
Apache License 2.0
54 stars 10 forks source link

Merge the no_std feature to main, so it's accesible from crates.io #7

Closed NexusXe closed 1 year ago

NexusXe commented 1 year ago

I'm not sure how you're implementing no_std, but as of right now it's unable to be used from crates.io.

thombles commented 1 year ago

Sorry for the slow reply, I forgot I had that branch lingering. I've merged it now and published 0.3 on crates.io. Only the core packet parsing is available under no_std and the rest of the TNC functionality is now under a second crate ax25_tnc.