File tree Expand file tree Collapse file tree 2 files changed +10
-14
lines changed
Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ${{ matrix.os }}
2020 strategy :
2121 matrix :
22- os : [ubuntu-latest, windows -latest] # Disabled macos -latest
22+ os : [ubuntu-latest, macos -latest, windows -latest]
2323 rust : [stable]
2424 steps :
2525 - name : Checkout
@@ -132,7 +132,7 @@ jobs:
132132 runs-on : ${{ matrix.os }}
133133 strategy :
134134 matrix :
135- os : [ubuntu-latest, windows -latest] # Disabled macos -latest
135+ os : [ubuntu-latest, macos -latest, windows -latest]
136136 steps :
137137 - name : Checkout
138138 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1- <p align =" center " >
1+ <div align =" center " >
22 <img src =" docs/hero.svg " alt =" depyler " width =" 800 " >
3- </p >
43
5- < h1 align = " center " > depyler</ h1 >
4+ # depyler
65
7- <p align =" center " >
8- <b >A Python-to-Rust transpiler with semantic verification and memory safety analysis.</b >
9- </p >
6+ ** A Python-to-Rust transpiler with semantic verification and memory safety analysis.**
107
11- <p align =" center " >
12- <a href =" https://crates.io/crates/depyler " ><img src =" https://img.shields.io/crates/v/depyler.svg " alt =" Crates.io " ></a >
13- <a href =" https://docs.rs/depyler " ><img src =" https://docs.rs/depyler/badge.svg " alt =" Documentation " ></a >
14- <a href =" https://github.com/paiml/depyler/actions/workflows/ci.yml " ><img src =" https://github.com/paiml/depyler/actions/workflows/ci.yml/badge.svg " alt =" CI " ></a >
15- <a href =" https://opensource.org/licenses/MIT " ><img src =" https://img.shields.io/badge/License-MIT-blue.svg " alt =" License " ></a >
16- </p >
8+ [ ![ Crates.io] ( https://img.shields.io/crates/v/depyler.svg )] ( https://crates.io/crates/depyler )
9+ [ ![ Documentation] ( https://docs.rs/depyler/badge.svg )] ( https://docs.rs/depyler )
10+ [ ![ CI] ( https://github.com/paiml/depyler/actions/workflows/ci.yml/badge.svg )] ( https://github.com/paiml/depyler/actions/workflows/ci.yml )
11+ [ ![ License] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
12+ </div >
1713
1814---
1915
You can’t perform that action at this time.
0 commit comments