ci badge
This commit is contained in:
parent
de63286a1b
commit
f567885a15
2 changed files with 3 additions and 1 deletions
2
.github/workflows/cargo-build-test.yml
vendored
2
.github/workflows/cargo-build-test.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Rust
|
name: ci
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# inflect-rs
|
# inflect-rs
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue