Skip to content

Commit

Permalink
feature/improve rust library support (#38)
Browse files Browse the repository at this point in the history
* rs: enable handling of jars

* readme: added readme for rust and mini fix of the readme for python
  • Loading branch information
danielratiu authored Aug 3, 2024
1 parent 35818ec commit 8953798
Show file tree
Hide file tree
Showing 10 changed files with 731 additions and 16 deletions.
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

0 comments on commit 8953798

Please sign in to comment.