Compare commits

..

No commits in common. "17e698547ba73ccd1dbbbab1102fa0f88c1eafa5" and "eb5e2f4847d58f9afa3d6bd217526b0f1e048919" have entirely different histories.

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"
homepage = "https://forge.secondsystemtech.com/brent/ferrtable"
edition = "2024"
keywords = ["api", "airtable", "client"]
keywords = ["api", "client"]
license = "MIT"
readme = "README.md"
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
[airtable-api](https://crates.io/crates/airtable-api) crate from Oxide Computer
Company, which appears to have been archived and unmaintained since 2022.
Company, which appears to have be archived and unmaintained since 2022.
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
async [streams](https://doc.rust-lang.org/book/ch17-04-streams.html).