Pinned Repositories
BSON.jl
FileIO.jl
Main Package for IO, loading all different kind of files
HDF5.jl
Save and load data in the HDF5 file format from Julia
JLD.jl
Saving and loading julia variables while preserving native types
JLD2.jl
HDF5-compatible file format in pure Julia
JSON.jl
JSON parsing and printing
MAT.jl
Julia module for reading MATLAB files
ProtoBuf.jl
Julia protobuf implementation
Suppressor.jl
Julia macros for suppressing and/or capturing output (STDOUT), warnings (STDERR) or both streams at the same time.
VideoIO.jl
Reading and writing of video files in Julia via ffmpeg
JuliaIO's Repositories
JuliaIO/JLD2.jl
HDF5-compatible file format in pure Julia
JuliaIO/HDF5.jl
Save and load data in the HDF5 file format from Julia
JuliaIO/JSON.jl
JSON parsing and printing
JuliaIO/MAT.jl
Julia module for reading MATLAB files
JuliaIO/JLD.jl
Saving and loading julia variables while preserving native types
JuliaIO/ProtoBuf.jl
Julia protobuf implementation
JuliaIO/VideoIO.jl
Reading and writing of video files in Julia via ffmpeg
JuliaIO/EzXML.jl
XML/HTML handling tools for primates
JuliaIO/Zarr.jl
JuliaIO/Parquet.jl
Julia implementation of Parquet columnar file format reader
JuliaIO/DiskArrays.jl
JuliaIO/LightXML.jl
A light-weight Julia package for XML based on libxml2.
JuliaIO/TranscodingStreams.jl
Simple, consistent interfaces for any codec.
JuliaIO/MeshIO.jl
IO for Meshes
JuliaIO/LibSerialPort.jl
Julia wrapper for the libserialport c library
JuliaIO/ImageMagick.jl
Thin Wrapper for the library ImageMagick
JuliaIO/CodecZlib.jl
zlib codecs for TranscodingStreams.jl.
JuliaIO/CodecZstd.jl
A zstd codec for TranscodingStreams.jl.
JuliaIO/StructIO.jl
binary I/O methods generated from Julia structure definitions
JuliaIO/PNGFiles.jl
FileIO.jl integration for PNG files
JuliaIO/ZipArchives.jl
Read and write Zip archive files in Julia.
JuliaIO/ObjectFile.jl
Object File (ELF, MachO, COFF/PE, etc...) parser for Julia
JuliaIO/CodecBzip2.jl
A bzip2 codec for TranscodingStreams.jl.
JuliaIO/CodecLz4.jl
Transcoding codecs for compression and decompression with LZ4
JuliaIO/CodecXz.jl
An xz codec for TranscodingStreams.jl.
JuliaIO/BSDiff.jl
Pure Julia port of bsdiff
JuliaIO/ChunkCodecs.jl
A consistent Julia interface for lossless encoding and decoding of bytes in memory
JuliaIO/ParseUnparse.jl
Given a context-free grammar, parse input data to get a parse tree. Supports unparsing, with perfect roundtripping.
JuliaIO/ParseUnparseJSON.jl
Parse JSON data to get a parse tree. Supports unparsing, with perfect roundtripping. Type-stable.
JuliaIO/PyTensorStore.jl
Julia wrapper of the Python package tensorstore