Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.44 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.44 KB

StructTypes

CI codecov deps version version

Package providing the StructTypes.StructType trait for Julia types to declare the kind of "struct" they are, providing serialization/deserialization packages patterns and strategies to automatically construct objects. To learn more, check out the documentation links below.

Installation: at the Julia REPL, import Pkg; Pkg.add("StructTypes")

Maintenance: StructTypes is maintained collectively by the JuliaData collaborators. Responsiveness to pull requests and issues can vary, depending on the availability of key collaborators.

Documentation

Stable Dev