postgres_money

Crates.iopostgres_money
lib.rspostgres_money
version
sourcesrc
created_at2020-05-07 01:52:16.186269
updated_at2024-12-01 01:11:05.56778
descriptionA library to generate and parse Postgres money types.
homepagehttps://github.com/tkbrigham/postgres_money
repositoryhttps://github.com/tkbrigham/postgres_money
max_upload_size
id238441
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | 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
Thomas (tkbrigham)

documentation

README

postgres_money

Documentation

Support for PostgreSQL money type

Originally intended for use in rust-postgres.

Commit count: 18

cargo fmt