Skip to content

Automates Rust package compilation in an Elixir workflow.

License

Notifications You must be signed in to change notification settings

Vor-Tech/Rust2Ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust2ex

Compiles Rust packages in native, installs to _build.

License

Rust2ex (C) 2021-2022 Jonathan Kurtz and Roland Metivier Please read LICENSE for information

Uses

Particularly suited for Elixir-Rust ports.

Installation

  def project do
    [
      compilers: [:rust2ex] ++ Mix.compilers,
    ]
  end

Run mix compile then mix compile.rust2ex.

About

Automates Rust package compilation in an Elixir workflow.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published