aminroosta / rust-perl-proof-of-concept

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How does it work

Module::Install::Rust integrates traditional Perl build system with Cargo, allowing Rust code to be compiled and installed using familiar perl Makefile.PL && make process.

Prerequisites

  • Perl 5.20+
  • Rust 1.31+

Testing

To run tests:

dzil test

To install packages required for building and testing:

cpanm --installdeps .

About


Languages

Language:Perl 66.3%Language:Rust 33.7%