File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 44[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaObjects.github.io/ConstructionBase.jl/dev )
55[ ![ Build Status] ( https://travis-ci.com/JuliaObjects/ConstructionBase.jl.svg?branch=master )] ( https://travis-ci.com/JuliaObjects/ConstructionBase.jl )
66[ ![ Codecov] ( https://codecov.io/gh/JuliaObjects/ConstructionBase.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/JuliaObjects/ConstructionBase.jl )
7+ [ ![ GitHub stars] ( https://img.shields.io/github/stars/JuliaObjects/ConstructionBase.jl?style=social )] ( https://github.com/JuliaObjects/ConstructionBase.jl )
78
89ConstructionBase is a very lightwight package, that provides primitive functions for construction of objects:
910``` julia
1011setproperties (obj:: MyType , patch:: NamedTuple )
1112constructorof (MyType)
1213```
13- These functions can be overloaded and doing so provides interoperability the following packages:
14+ These functions can be overloaded and doing so provides interoperability with the following packages:
1415* [ Flatten.jl] ( https://github.com/rafaqz/Flatten.jl )
1516* [ Setfield.jl] ( https://github.com/jw3126/Setfield.jl )
17+ * [ BangBang.jl] ( https://github.com/tkf/BangBang.jl )
You can’t perform that action at this time.
0 commit comments