tart

Crates.iotart
lib.rstart
version0.2.0
created_at2026-01-16 19:15:40.268162+00
updated_at2026-01-21 17:34:11.459076+00
descriptionA Rust library for compiling and linking code written in multiple languages by their native toolchains.
homepagehttps://github.com/GlowyDeveloper/tart-rs
repository
max_upload_size
id2049129
size281,875
GlowyDev (GlowyDeveloper)

documentation

README

Tart

Tart is a Rust library for compiling and linking code written in multiple languages by their native toolchains. This project is inspired by and contains adapted code from cc.

Currently supported languages

  • C
  • C++
  • Go

Features

Language support is controlled via Cargo features:

  • c
  • cpp
  • go (depends on c)

Licenses

This project is licensed under either of

at your option.

Commit count: 0

cargo fmt