This website requires JavaScript.
Explore
Help
Sign In
greg
/
mentat
Watch
1
Star
0
Fork
You've already forked mentat
0
Code
Issues
294
Pull requests
Projects
Releases
9
Packages
Wiki
Activity
revert-ffi
mentat
/
tx
/
README.md
2 lines
76 B
Markdown
Raw
Permalink
Normal View
History
Unescape
Escape
Automatically remove trailing whitespace from text files. (#527) r=rnewman 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.
2018-01-20 03:21:04 +00:00
This sub-crate implements the core types used by the transaction processor.
Reference in a new issue
Copy permalink