Skip to content

Commit

Permalink
add serde and reflection modules (#310)
Browse files Browse the repository at this point in the history
* add serde and reflection modules

* update index.d and meson.build
  • Loading branch information
9il authored Aug 4, 2020
1 parent 81e6c3a commit 02f28ee
Show file tree
Hide file tree
Showing 4 changed files with 660 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ $(BOOKTABLE ,
$(TR $(TDNW $(MREF mir,small_string)) $(TD Generic Small Strings))
$(TR $(TDNW $(MREF mir,array,allocation)) $(TD `std.array` reworked for Mir))
$(TR $(TDNW $(MREF mir,range)) $(TD Ranges))
$(TR $(TDNW $(MREF mir,serde)) $(TD Utilities for serialization libraries ))
$(TR $(TDNW $(MREF mir,reflection)) $(TD Compile time reflection utilities ))
$(LEADINGROW Date and time)
$(TR $(TDNW $(MREF mir,date)) $(TD Fast BetterC Date type with Boost ABI and mangling compatability))
$(LEADINGROW NDarrays and Algorithms)
Expand Down
2 changes: 2 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ sources_list = [
'mir/rc/package',
'mir/rc/ptr',
'mir/rc/slim_ptr',
'mir/reflection',
'mir/serde',
'mir/series',
'mir/small_array',
'mir/small_string',
Expand Down
Loading

0 comments on commit 02f28ee

Please sign in to comment.