Nullus157 / cbor-diag-rs

Support for parsing/encoding CBOR diagnostic notation and annotated hex
https://cbor.nemo157.com
Apache License 2.0
10 stars 6 forks source link

Program does not work? #127

Closed SimonK598 closed 2 years ago

SimonK598 commented 2 years ago

When copy pasting the example from crates.io output is "<< was unexpected at this time." None of the examples listed work for me....

Nemo157 commented 2 years ago

Are you on Windows? If not, what shell are you using (echo $SHELL). The examples are using here-docs which are implemented in at least bash and zsh, but not all shells (and definitely not CMD/Powershell).

Probably would be good to make them more cross-platform if possible.

SimonK598 commented 2 years ago

i was using windows, works on WSL tho. maybe add windows CMD incompatability to readme.