jamesmunns / postcard

A no_std + serde compatible message library for Rust
Apache License 2.0
874 stars 87 forks source link

Relayout the repo #151

Closed jamesmunns closed 4 months ago

jamesmunns commented 4 months ago

This is the first step towards breaking out dependencies into smaller crates

netlify[bot] commented 4 months ago

Deploy Preview for cute-starship-2d9c9b canceled.

Name Link
Latest commit 67b795ba2a2367eabbb3a5e08cdba93a19fbd366
Latest deploy log https://app.netlify.com/sites/cute-starship-2d9c9b/deploys/6642405efe16ca00082d0982
jamesmunns commented 4 months ago

@ia0 I'd like to merge this some time today, but will probably re-do it from scratch. Let me know when you're done throwing up PRs for the day, and I can force push it to get it merged?

ia0 commented 4 months ago

152 is my last PR, so you're good to go after that. I'm currently working on a small repro for a problem in derive(Schema), which doesn't do the smart thing that serde::{Serialize,Deserialize} do, and instead do the suboptimal thing that Rust derives do (e.g. PartialEq, Clone, and friends).