Skip to content

AtelierArith/RustToolChainExamples.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustToolChainExamples.jl

This repository is a collection of sample projects demonstrating how to call Rust code from Julia.

Project Structure

Main Projects

  • CalcPi.jl/ - Julia package for calling Rust-implemented Monte Carlo π calculation library
    • CalcPi.jl/deps/calcpi-rs/ - Rust library implementing π calculation using the Monte Carlo method (embedded in CalcPi.jl)

Sample Projects

  • cargo_example/ - Example of a Rust project using Cargo
  • rustc_example/ - Example of a Rust project using rustc directly

Setup

Prerequisites

Installation

using Pkg
Pkg.add("RustToolChain")

Usage

Please refer to the README of each sample project.

License

For license information about this project, please refer to the README in each subdirectory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published