no_std
Add `std` default feature Only implement for String if `std` is enabled Replace std Vec with heapless
This commit is contained in:
@@ -11,3 +11,8 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
nom = "4.2.3"
|
||||
heapless = "0.5.6"
|
||||
|
||||
[features]
|
||||
std = []
|
||||
default = ["std"]
|
||||
|
Reference in New Issue
Block a user