9740cafdbd
This was done using the following shell script: ``` find . -type f -not -path "*target*" \ '(' -name '*.rs' -o -name '*.md' -o -name '*.toml' ')' -print0 | \ xargs -0 sed -i '' -E 's/[[:space:]]*$//' ``` Which is admittedly imperfect, but manages to hit everything that was a problem in this repo.
1 line
76 B
Markdown
1 line
76 B
Markdown
This sub-crate implements the core types used by the transaction processor.
|