What's the best way to parse &[u8] into a String with nom?

后端 未结 0 1749
孤独总比滥情好
孤独总比滥情好 2020-12-01 15:29

I have binary data that contains length-prefixed ASCII strings. What would be a good way to turn that into a String with nom? This works:

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题