# SysML.rs [![License](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org) [![Compatibility](https://img.shields.io/badge/rust-1.70%2B-blue)](https://rust-lang.org) [![Package](https://img.shields.io/crates/v/sysml)](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 ``` - - - [![Share on Twitter](https://img.shields.io/badge/share%20on-twitter-03A9F4?logo=twitter)](https://twitter.com/share?url=https://github.com/artob/sysml.rs&text=SysML.rs) [![Share on Reddit](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https://github.com/artob/sysml.rs&title=SysML.rs) [![Share on Hacker News](https://img.shields.io/badge/share%20on-hacker%20news-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://github.com/artob/sysml.rs&t=SysML.rs) [![Share on Facebook](https://img.shields.io/badge/share%20on-facebook-1976D2?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https://github.com/artob/sysml.rs)