forked from serde-rs/serde-rs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: TomzBench/serde-rs.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: serde-rs/serde-rs.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 42 files changed
- 4 contributors
Commits on Mar 5, 2025
-
Document that most enums representations require
std
oralloc
fea……tures I was happily writing some code that needs to support no_std and no_alloc only to find out that it's not possible through the compilation simply failing: ```rust error[E0433]: failed to resolve: could not find `ContentRefDeserializer` in `de` --> zarlink/src/connection/mod.rs:136:36 | 136 | #[derive(Debug, Serialize, Deserialize)] | ^^^^^^^^^^^ could not find `ContentRefDeserializer` in `de` | note: found an item that was configured out --> /home/zeenix/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.218/src/private/de.rs:14:35 | 14 | Content, ContentDeserializer, ContentRefDeserializer, EnumDeserializer, | ^^^^^^^^^^^^^^^^^^^^^^ note: the item is gated here --> /home/zeenix/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.218/src/private/de.rs:12:1 | 12 | #[cfg(any(feature = "std", feature = "alloc"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0412]: cannot find type `Content` in module `_serde::__private::de` --> zarlink/src/connection/mod.rs:136:36 | 136 | #[derive(Debug, Serialize, Deserialize)] | ^^^^^^^^^^^ not found in `_serde::__private::de` | note: found an item that was configured out --> /home/zeenix/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.218/src/private/de.rs:14:5 | 14 | Content, ContentDeserializer, ContentRefDeserializer, EnumDeserializer, | ^^^^^^^ note: the item is gated here --> /home/zeenix/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.218/src/private/de.rs:12:1 | 12 | #[cfg(any(feature = "std", feature = "alloc"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) ``` Fixes serde-rs/serde#2668.
Configuration menu - View commit details
-
Copy full SHA for 6bc9cf1 - Browse repository at this point
Copy the full SHA 6bc9cf1View commit details
Commits on Mar 10, 2025
-
Merge pull request serde-rs#179 from zeenix/patch-1
Document that most enums representations require `std` or `alloc` features
Configuration menu - View commit details
-
Copy full SHA for 6af4d0d - Browse repository at this point
Copy the full SHA 6af4d0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2909dfe - Browse repository at this point
Copy the full SHA 2909dfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e477e0 - Browse repository at this point
Copy the full SHA 6e477e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2879e94 - Browse repository at this point
Copy the full SHA 2879e94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1856343 - Browse repository at this point
Copy the full SHA 1856343View commit details
Commits on Apr 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c6d2059 - Browse repository at this point
Copy the full SHA c6d2059View commit details -
Merge pull request serde-rs#182 from serde-rs/jsonnostd
JSON now supports no-std
Configuration menu - View commit details
-
Copy full SHA for 2d95e01 - Browse repository at this point
Copy the full SHA 2d95e01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93377b1 - Browse repository at this point
Copy the full SHA 93377b1View commit details
Commits on May 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 19185a8 - Browse repository at this point
Copy the full SHA 19185a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6589887 - Browse repository at this point
Copy the full SHA 6589887View commit details
Commits on May 18, 2025
-
Merge pull request serde-rs#156 from epage/untagged
Help improve experience with untagged schemas
Configuration menu - View commit details
-
Copy full SHA for 3668e63 - Browse repository at this point
Copy the full SHA 3668e63View commit details
Commits on May 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 487b821 - Browse repository at this point
Copy the full SHA 487b821View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31cbd28 - Browse repository at this point
Copy the full SHA 31cbd28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dfa6df - Browse repository at this point
Copy the full SHA 9dfa6dfView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master