Revision history for Perl module FFI::Platypus::Lang::Rust
0.07 2019-11-15 13:59:52 -0700
- Migrate to ExtUtils::MakeMaker
- Migrate frin Module::Build::FFI to FFI::Build
- Added FFI::Build::File::Cargo
0.06 2019-06-19 18:34:38 -0400
- Documentation updates and fixes
0.05 2018-12-19 14:40:25 -0700
- Explicitly make File::chdir a configure and runtime prereq
0.04 Oct 14, 2015
- Fixes for Mac OS X
0.03 Oct 13, 2015
- If there is a Cargo.toml file in the ffi project directory, use
cargo to build and test the project.
- The old method of populating ffi and libtest with rust files
(not widely used) will be deprecated and removed at the end
of the year.
0.02 Feb 2, 2015
- Fix synopsis to use "lang" instead of "with"
0.01 Jan 30, 2015
- Initial release