jaydenelliott
f4b181a201
Rename_all attribute documentation
2023-03-28 22:25:50 +11:00
jaydenelliott
bc8ad8aee6
Distinguish between field and container attributes when parsing
2023-03-27 18:22:53 +11:00
jaydenelliott
071dfa3f3b
added a rename_all container attribute for enums and structs
2023-03-26 20:33:29 +11:00
Matt Duch
3827b2e442
derive bounds on generics
2022-09-06 19:26:13 -05:00
Matt Duch
ed05675888
derive generic FromSql/ToSql
2022-08-25 19:56:23 -05:00
Maël Obréjan
4561d44661
Add #[postgres(transparent)]
2021-12-30 22:29:07 +01:00
Steven Fackler
a8a35eb6db
fix clippy
2021-08-10 21:07:20 -04:00
Steven Fackler
ffd7245e54
Use BytesMut for messages
...
Benchmarks indicate that malloc accounts for a significant amount of the
runtime of queries. The message buffer accounts for ~half of that (the
other being channels), and this change should eliminate it.
2019-10-12 16:30:27 -07:00
Steven Fackler
01cc7e4715
Clean up derived code
2019-10-10 16:03:48 -07:00
Steven Fackler
e62fe3d7c3
Migrate postgres-derive to 2018
2019-10-10 15:26:30 -07:00
Steven Fackler
218d889042
Move postgres-derive in-tree
2019-10-09 19:23:12 -07:00