This commit is contained in:
Llywelwyn 2023-09-09 10:22:48 +01:00
parent de63286a1b
commit f567885a15
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
name: Rust name: ci
on: on:
push: push:
branches: [ "main" ] branches: [ "main" ]

View file

@ -1,5 +1,7 @@
# inflect-rs # inflect-rs
![ci](https://github.com/Llywelwyn/inflect_rs/actions/workflows/cargo-build-test.yml/badge.svg)
inflect-rs is a Rust port of the Python inflect library, used to generate plurals, ordinals, indefinite articles, and to convert numbers to words. inflect-rs is a Rust port of the Python inflect library, used to generate plurals, ordinals, indefinite articles, and to convert numbers to words.
```rust ```rust