JulianSchmid / etherparse

A rust library for parsing ethernet & ethernet using protocols.
Apache License 2.0
285 stars 54 forks source link

Support `no_std` #58

Closed JulianSchmid closed 1 year ago

taikulawo commented 1 year ago

When the v0.14 will be release?

JulianSchmid commented 1 year ago

When the v0.14 will be release?

Probably in around ~ 2 weeks.

taikulawo commented 1 year ago

could you release the v1.13.1 for no_std support ?

JulianSchmid commented 1 year ago

Hi @iamwwc,

I assume you are asking if I could do a pre-release of the current state, which has no-std support. I will not do an official release before https://github.com/JulianSchmid/etherparse/issues/46 & https://github.com/JulianSchmid/etherparse/issues/35 are done, but you can also use the current repository state by pointing to it in your Cargo.toml:

[dependencies]
etherpare = { git = "https://github.com/JulianSchmid/etherparse.git", rev = "c33f1b856c3cc32aca5028396dea0c584fdb2be7", default-features = false }

Greets Julian