Crates.io | basyx-rs |
lib.rs | basyx-rs |
version | 0.2.1 |
source | src |
created_at | 2021-11-30 09:03:26.244604 |
updated_at | 2023-06-05 05:24:35.497036 |
description | A Rust library to work with Asset Administration Shells. |
homepage | https://github.com/eclipse-basyx/rust-sdk |
repository | https://github.com/eclipse-basyx/rust-sdk |
max_upload_size | |
id | 489707 |
size | 264,677 |
A Rust library to work with Asset Administration Shells (AAS).
This library supports version 3.0 of the "Details of the Asset Administration Shell". At the moment, only JSON (de-)serialization is supported.
The Eclipse BaSyx project provides a wiki.
For install information, see this page. There are introductory examples provided here. Additionally, the API is described here. If you would like to contribute, the overall process is described here.
Installing this crate with cargo install --path .
provides access to the aascheck
binary utility:
aascheck --mode Submodel <INPUT>
or for a complete AAS environment:
aascheck --mode AAS <INPUT>
Eclipse BaSyx was started in 2017 for the implementation of the results of the project "BaSys 4.0", funded by the German Federal Ministry of Education and Research (BMBF), grant number 01IS16022.
This program and the accompanying materials are made available under the terms of the MIT License.
SPDX-License-Identifier: MIT