File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " cppshift"
33version = " 0.1.0"
4- authors = [" Jérémy HERGAULT" ]
4+ authors = [" Jérémy HERGAULT" , " Enzo PASQUALINI " ]
55description = " CPP parser and transpiler"
6- repository = " https://github.com/reneca /cppshift"
6+ repository = " https://github.com/worldline /cppshift"
77edition = " 2024"
88license = " Apache-2.0"
99
@@ -13,5 +13,5 @@ thiserror = "2"
1313
1414[dev-dependencies ]
1515tokio = { version = " 1" , features = [" macros" ] }
16- reqwest = " 0.12 "
16+ reqwest = " 0.13 "
1717glob = " 0.3"
Original file line number Diff line number Diff line change 11# CppShift
22
3+ [ <img alt =" github " src =" https://img.shields.io/badge/github-46beaa?style=for-the-badge&labelColor=555555&logo=github " height =" 20 " >] ( https://github.com/worldline/cppshift )
4+ [ <img alt =" crates-io " src =" https://img.shields.io/badge/crates.io-ffeb78?style=for-the-badge&labelColor=555555&logo=rust " height =" 20 " >] ( https://crates.io/crates/cppshift )
5+ [ <img alt =" docs-rs " src =" https://img.shields.io/badge/docs.rs-41b4d2?style=for-the-badge&labelColor=555555&logo=docs.rs " height =" 20 " >] ( https://docs.rs/cppshift )
6+ [ <img alt =" build status " src =" https://img.shields.io/github/actions/workflow/status/worldline/cppshift/ci.yml?branch%3Amain&style=for-the-badge " height =" 20 " >] ( https://github.com/worldline/cppshift/actions?query=branch%3Amain )
7+ [ <img alt =" dependency status " src =" https://img.shields.io/deps-rs/repo/github/worldline/cppshift?style=for-the-badge " height =" 20 " >] ( https://deps.rs/repo/github/worldline/cppshift )
8+
39This project provide a C++ scanner and a transpiler.
410The goal is not to use compiled C++ like [ cxx] ( https://cxx.rs/ ) can do, but to convert c++ code into native Rust.
511
You can’t perform that action at this time.
0 commit comments