aas 0.1.0

Data type bindings for the Asset Administration Shell Specs
Documentation
# Asset Administration Types

A crate for mapping the types of Asset Administration Shells to
Rust.

## Structure
For supporting multiple versions of the AAS specifications,  
each part of the Spec (Part 1, Part 3...) is going to be seperated,  
as well as individually versions.   
I.e. you can find the types of Part 1 version 3.1 under `src/part_1/v3_1`.

## Todos:

- [*] Part 1
  - [] Version 3.1.1
    - [x] Type definitions
    - [] Move DataSpecifications to part 3
    - [*] Test coverage for serializing to json
    - [] Metadata-only de-/serialization
    - [] Value-only de-/serialization
- [] Part 3a
- [] Documentation