Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Demo project to compile Crate dependencies with Meson

This project builds a Rust program that uses the itoa crate. It uses Cargo but this script downloads and converts it on the fly to build and integrate with Meson instead.

To run it do the following:

./get_cargo_deps.py itoa 0.3.4
meson build
ninja -C build
build/prog

Running the final program should give you the following output:

Converted number: [49, 50, 56]

About

A demo that downloads and builds a Cargo dependency in Meson without using Cargo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published