Skip to content

Commit 844ef92

Browse files
committed
add StructUtils
1 parent 25a14b4 commit 844ef92

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
2323
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
2424
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2525
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
26+
StructUtils = "ec057cc2-7a8d-4b58-b3b3-92acb9f63b42"
2627
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
2728
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
2829
TensorCast = "02d47bb6-7ce6-556a-be16-bb1710789e2b"
@@ -64,6 +65,7 @@ SHA = "0.7, 1"
6465
SparseArrays = "1.11"
6566
StaticArrays = "1"
6667
Statistics = "1.11"
68+
StructUtils = "2.6.0"
6769
Tables = "1.11.1"
6870
Tar = "1.9"
6971
TensorCast = "0.3.3, 0.4"

src/DistributedFactorGraphs.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ using StaticArrays
5252

5353
using InteractiveUtils: subtypes
5454

55+
using StructUtils: @kwarg, @tags
56+
public @tags
57+
public @kwarg
58+
5559
##==============================================================================
5660
# Exports
5761
##==============================================================================

0 commit comments

Comments
 (0)