cornucopi_async

Crates.iocornucopi_async
lib.rscornucopi_async
version
sourcesrc
created_at2025-01-05 11:04:06.945985+00
updated_at2025-01-05 15:07:11.711502+00
descriptionAsynchronous client library for Cornucopi users.
homepagehttps://cornucopi-rs.netlify.app/
repositoryhttps://github.com/jacobsvante/cornucopi
max_upload_size
id1504666
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Jacob Magnusson (jacobsvante)

documentation

README

Cornucopi

Generate type-checked Rust from your SQL

NOTE: It's been a long time since the original `cornucopia` crates were updated. These are copies of those crates under a new name, where we will focus on keeping sub-dependencies up-to-date.


Crates.io version book docs.rs License Chat

Note: This crate is the asynchronous client. You can find the synchronous client here.

This is a client crate for Cornucopi. This dependency provides

  1. Internals required by the generated code.
  2. Public items that you may find useful when working with Cornucopi (you can find more info about these in the docs).

You need to depend on this crate for Cornucopi's generated code to work properly.

Commit count: 715

cargo fmt