Skip to content

A template for working with the geosteiner C library in Rust

Notifications You must be signed in to change notification settings

Agent59/geosteiner-rs-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geosteiner-rs-template

A template for working with the geosteiner C library in Rust

!Disclaimer!
This project is not made professionally. Use with caution.
Functionalities of the original geosteiner library might not work as expected.

Installation

This project does not run on ARM systems like the raspberry pi.

   1. Download this project or click "use this template" to create a repository using this project as a template.
   2. Make changes according to your own project. (optional if testing this template)

With Docker:
   3. Modify the Dockerfile to fit your project. (Should work out of the box for the template)
   4. Run the Docketfile.

Without Docker:
   3. Use cargo build --features rebuild_c to build the project and the needed C library.
   4. Run the project with cargo run.

Debugging:
To debug the building process delete the target directory with cargo clean
and use cargo build -vv --features rebuild_c to rebuild everything.

About

A template for working with the geosteiner C library in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published