Open nitroxis opened 6 months ago
It's a really nice QoL create though. While I could definitely inline the macros, I would be rather shocked if nameof
requires std. Have you made an issue over there asking if it could be made no_std
?
I have created an issue: https://github.com/SilentByte/nameof/issues/12
Hi, I found your project while looking for home assistant MQTT serde types and it seems like
mqtt-proto
has them. The crate itself hasno_std
support, however, one of its dependencies,nameof
, does not:As far as I can tell, the dependency on this crate could be removed quite easily. Would be cool to allow this crate to be used on embedded devices.