issues
search
lowRISC
/
manticore
Apache License 2.0
16
stars
13
forks
source link
[serde] Continue cleaning up `serde` declarations
#144
Closed
mcy
closed
3 years ago
mcy
commented
3 years ago
This PR includes:
Use of
Borrowed
to improve serde output, by enabling the use of hex strings.
Tests for all extant parsers.
Aggressive use of
#[serde(with)]
modules to cut down on annotation noise by a factor of 3 or 4 in some cases.
This PR includes:
Borrowed
to improve serde output, by enabling the use of hex strings.#[serde(with)]
modules to cut down on annotation noise by a factor of 3 or 4 in some cases.