# SysML.rs
[](https://unlicense.org)
[](https://rust-lang.org)
[](https://crates.io/crates/sysml)
🚧 _This is presently under heavy construction._
## 🛠️ Prerequisites
- [Rust](https://rust-lang.org) 1.70+
## ⬇️ Installation
### Installation via Cargo
```console
$ cargo add sysml
```
## 👉 Examples
### Importing the library
```rust
use sysml::model::*;
use sysml::parser::*;
```
## 📚 Reference
### Features
- [`std`](lib/sysml/Cargo.toml)
- [`tracing`](lib/sysml/Cargo.toml)
## 👨💻 Development
```console
$ git clone https://github.com/artob/sysml.rs.git
```
- - -
[](https://twitter.com/share?url=https://github.com/artob/sysml.rs&text=SysML.rs)
[](https://reddit.com/submit?url=https://github.com/artob/sysml.rs&title=SysML.rs)
[](https://news.ycombinator.com/submitlink?u=https://github.com/artob/sysml.rs&t=SysML.rs)
[](https://www.facebook.com/sharer/sharer.php?u=https://github.com/artob/sysml.rs)