Compare commits
2 commits
eb5e2f4847
...
17e698547b
Author | SHA1 | Date | |
---|---|---|---|
![]() |
17e698547b | ||
![]() |
ad6f49ce69 |
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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).
|
||||||
|
|
Loading…
Add table
Reference in a new issue