Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/improve rust library support #38

Merged
merged 3 commits into from
Aug 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ This repository contains tooling for reading MPS models from command line - with
### Projects
- A Gradle plugin for reading MPS files and building an object model - [here](mps-cli-gradle-plugin/Readme.md).
- A Python library for reading MPS files and building an object model - [here](mps-cli-py/Readme.md).
- A Typescript libeary for reading MPS files and building an object model - [here](mps-cli-ts/Readme.md).
- A Typescript library for reading MPS files and building an object model - [here](mps-cli-ts/Readme.md).
- A Rust library for reading MPS files and building an object model - [here](mps-cli-rs/Readme.md).

### Repository Structure
- `mps-cli-gradle-plugin` - the gradle plugin to read MPS models
Expand Down
2 changes: 1 addition & 1 deletion mps-cli-py/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The core of the Python object model is given by the following classes:
- `SRepository` - the repository containing the parsed model and meta-information

### Limitations
The plugin has currently the following limitations:
The library has currently the following limitations:
- the recovered language information reflects only the used language in the loaded solutions

### Run tests
Expand Down
Loading
Loading