Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

lukefi/metsi-simlib-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metsi simulation library as Rust

Recreation of https://github.com/lukefi/metsi simulation core as a Rust library.

Development halted in favour of https://github.com/lukefi/metsi-simlib-cpp C++ implementation.

Getting started

  • Obtain Rust. Suggestion is to use https://www.rust-lang.org/tools/install for toolchain management. This project targets the Stable build.
  • Windows users need to obtain the MSVC CLI tools by using the Visual Studio Installer. Rustup on windows will suggest installing Visual Studio Community Edition.
  • Open this repository in the IDE or editor of your choosing. IntelliJ IDEA works brilliantly with Rust. Visual Studio Code should have sufficient Rust extensions.

Helpful commands

In project root,

To build the project

cargo build

To run test suites,

cargo test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages