Compare commits

...

2 commits

Author SHA1 Message Date
Brent Schroeter
17e698547b fix typo in readme 2025-09-16 23:38:42 -07:00
Brent Schroeter
ad6f49ce69 add "airtable" to crate keywords 2025-09-16 23:34:15 -07:00
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ categories = ["api-bindings"]
description = "Ferris the crab's favorite Airtable library" description = "Ferris the crab's favorite Airtable library"
homepage = "https://forge.secondsystemtech.com/brent/ferrtable" homepage = "https://forge.secondsystemtech.com/brent/ferrtable"
edition = "2024" edition = "2024"
keywords = ["api", "client"] keywords = ["api", "airtable", "client"]
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
repository = "https://forge.secondsystemtech.com/brent/ferrtable" repository = "https://forge.secondsystemtech.com/brent/ferrtable"

View file

@ -7,7 +7,7 @@ that implement the `Clone`, `serde::Deserialize`, and `serde::Serialize` traits.
This crate follows in the footsteps of the This crate follows in the footsteps of the
[airtable-api](https://crates.io/crates/airtable-api) crate from Oxide Computer [airtable-api](https://crates.io/crates/airtable-api) crate from Oxide Computer
Company, which appears to have be archived and unmaintained since 2022. Company, which appears to have been archived and unmaintained since 2022.
By comparison, Ferrtable aims to provide a more flexible and expressive client By comparison, Ferrtable aims to provide a more flexible and expressive client
interface as well as greater control over paginated responses with the help of interface as well as greater control over paginated responses with the help of
async [streams](https://doc.rust-lang.org/book/ch17-04-streams.html). async [streams](https://doc.rust-lang.org/book/ch17-04-streams.html).