Skip to content

Implement Schema and MaxSize for more core types#240

Merged
jamesmunns merged 1 commit intojamesmunns:mainfrom
max-heller:core-impls
Jun 19, 2025
Merged

Implement Schema and MaxSize for more core types#240
jamesmunns merged 1 commit intojamesmunns:mainfrom
max-heller:core-impls

Conversation

@max-heller
Copy link
Copy Markdown
Collaborator

  • core::time::Duration
  • core::marker::PhantomData
  • core::num::{Wrapping,Saturating}
    • Added feature flags for Saturating since it's relatively new (1.74)

@max-heller max-heller requested a review from jamesmunns June 17, 2025 19:22
@max-heller max-heller added the postcard-schema Related to the postcard-schema crate label Jun 17, 2025
@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 17, 2025

Deploy Preview for cute-starship-2d9c9b canceled.

Name Link
🔨 Latest commit 13cad40
🔍 Latest deploy log https://app.netlify.com/projects/cute-starship-2d9c9b/deploys/68543807a3bc3a00087b80da

Comment thread source/postcard/src/max_size.rs Outdated
- core::time::Duration
- core::marker::PhantomData
- core::num::{Wrapping,Saturating}
  - Added feature flags for Saturating since it's relatively new (1.74)
@jamesmunns jamesmunns merged commit d98c93d into jamesmunns:main Jun 19, 2025
5 checks passed
@max-heller max-heller deleted the core-impls branch June 19, 2025 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

postcard-schema Related to the postcard-schema crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants