Hi there 👋
Member of saarsec (
), the CTF team of Saarland University!
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseThis crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`-annotation.
Setup a specific Rust toolchain with extra features like problem matchers
This adds serde_as compatible versions for these four modules:
maps_duplicate_key_is_error, maps_first_key_wins,
sets_duplicate_value_is_error, and s…
serde_as macros require an extra import
Seq
Meta-path positions fails with syn v2
I have an attribute like #[serde_as(as = "FooBar")]. While trying to use syn v2 in serde_with, I see many errors like this (log):
error: expected p…