From dcc6a305f4805f2641ef99601a1b1102d1c4638f Mon Sep 17 00:00:00 2001 From: traktofon Date: Wed, 19 Jul 2017 12:30:18 +0800 Subject: [PATCH] Add package FortranFiles.jl to IO.md --- IO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/IO.md b/IO.md index a9ebc5941b..7c96577589 100644 --- a/IO.md +++ b/IO.md @@ -14,6 +14,7 @@ ---- # Binary IO ++ [FortranFiles.jl](https://github.com/traktofon/FortranFiles.jl) :: Read and write "unformatted" Fortran data, i.e. binary data interspersed with metadata about data records. + [HexEdit.jl](https://github.com/templarlabs/HexEdit.jl) :: Edit and display binary file data in hexadecimal format. + [StrPack.jl](https://github.com/pao/StrPack.jl) :: For encoding and decoding binary data streams and there is some [documentation](https://strpackjl.readthedocs.org/) at readthedocs.org.