Skip to content

joboudreault/serde-partial-deserialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serde Partial Deserialization

Setup

  • Rust =1.79 : The rustup command to install toolchains. (link)

This crate compiles for no_std environments.

Compile

$ cargo run --release;

Problem

When running the program, the JSON string representing an unsuccessful response does not deserialize properly. Thus, one cannot access the error message returned by an API.

In the lib.rs file, three different attempts are documented to solve this problem without success. (line 25)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages