Nathan Buck buckn
buckn pushed to main at buckn/derive_http 2025-07-15 01:21:35 +00:00
c89d5bf748 working???
buckn pushed to main at buckn/derive_http 2025-07-15 01:20:50 +00:00
4504e1132b working??
buckn pushed to main at buckn/derive_http 2025-07-15 01:19:01 +00:00
820f5445a3 working?
buckn pushed to main at buckn/derive_http 2025-07-15 01:14:31 +00:00
buckn pushed to main at buckn/derive_http 2025-07-15 01:11:38 +00:00
745415ba13 fixed to use awc
buckn pushed to main at buckn/derive_http 2025-07-15 00:39:10 +00:00
716a72fffd macro update
buckn pushed to main at buckn/derive_http 2025-07-15 00:10:36 +00:00
8264838b2c hopefully fixed everything
buckn pushed to main at buckn/derive_http 2025-07-15 00:01:43 +00:00
a6f8a94666 made use serde instead of bytes
buckn pushed to main at buckn/derive_http 2025-07-14 23:52:10 +00:00
259c5562e4 update, fixed all warnings, proc macros both work with enums now
buckn pushed to main at buckn/derive_http 2025-07-14 18:50:30 +00:00
d82f663c27 update
buckn pushed to main at buckn/derive_http 2025-07-14 17:26:21 +00:00
e96def50f3 removed the traits so this thing works
buckn pushed to main at buckn/derive_http 2025-07-14 17:18:33 +00:00
533f718e57 added the traits to the crate and made proc macros compatible
buckn pushed to main at buckn/derive_http 2025-07-14 17:02:40 +00:00
f9ee10491d got rid of the Jsonpayload error, switching to generic errors
buckn pushed to main at buckn/derive_http 2025-07-13 13:46:09 +00:00
b11cecdff4 switching back to awc for actix_web 4
buckn pushed to main at buckn/derive_http 2025-07-11 16:29:38 +00:00
20413273aa switched away from awc deps to actix_web deps, testing now
buckn pushed to main at buckn/derive_http 2025-07-11 15:58:50 +00:00
ac0ace0b94 added macro that auto impls the structopt query sending
275d706845 added vec versions of the fns
Compare 2 commits »
buckn pushed to main at buckn/derive_http 2025-07-10 20:50:27 +00:00
999433cacf added the receive macro to auto impl serde deserialize/await
buckn pushed to main at buckn/derive_http 2025-07-10 20:41:00 +00:00
92416c1726 should be fixed now
buckn pushed to main at buckn/derive_http 2025-07-10 20:35:13 +00:00
68746b192c fixed macro?
buckn pushed to main at buckn/derive_http 2025-07-09 00:09:33 +00:00
f0d7e70e17 update, added fields to send() fn