2021-10-12 11:41:30 +02:00
|
|
|
include 'datastructures-api'
|
2021-04-08 22:36:40 +02:00
|
|
|
include 'datastructures-io'
|
|
|
|
include 'datastructures-bytes'
|
|
|
|
include 'datastructures-charset'
|
2020-09-12 22:42:03 +02:00
|
|
|
include 'datastructures-common'
|
2021-04-08 22:36:40 +02:00
|
|
|
include 'datastructures-xml'
|
|
|
|
include 'datastructures-csv'
|
|
|
|
include 'datastructures-xslx'
|
2021-07-14 11:18:11 +02:00
|
|
|
include 'datastructures-json-dsl'
|
|
|
|
include 'datastructures-json-flat'
|
|
|
|
include 'datastructures-json-iterator'
|
2021-10-12 11:41:30 +02:00
|
|
|
include 'datastructures-json-jackson'
|
2021-07-14 11:18:11 +02:00
|
|
|
include 'datastructures-json-micro'
|
|
|
|
include 'datastructures-json-minimal'
|
|
|
|
include 'datastructures-json-noggit'
|
|
|
|
include 'datastructures-json-simple'
|
2021-09-21 18:08:31 +02:00
|
|
|
include 'datastructures-queue-tape'
|
2021-10-12 11:41:30 +02:00
|
|
|
include 'datastructures-tiny'
|
|
|
|
include 'datastructures-json-tiny'
|
|
|
|
include 'datastructures-yaml-tiny'
|
2021-07-14 11:18:11 +02:00
|
|
|
include 'benchmark'
|