+1
-1
README.md
+1
-1
README.md
···-- `jacquard-axum` Axum extractor and a number of improvements to lifetimes and (de)serialization required to make that work (thanks [@thoth.ptnote.dev] for helping provide feedback and sample code to test against)+- `jacquard-axum` Axum extractor and a number of improvements to lifetimes and (de)serialization required to make that work (thanks [@thoth.ptnote.dev](https://tangled.org/@thoth.ptnote.dev) for helping provide feedback and sample code to test against)- `from_data`, `from_raw_data`, `to_data`, and `to_raw_data` to serialize to and deserialize from the loosely typed value data formats (think `serde_json::from_value` and company). Particularly useful for second-stage deserialization of type "unknown" fields in lexicons, such as `PostView.record`.
+2
-2
crates/jacquard-api/Cargo.toml
+2
-2
crates/jacquard-api/Cargo.toml
···
+2
-2
crates/jacquard-axum/Cargo.toml
+2
-2
crates/jacquard-axum/Cargo.toml
···-jacquard-common = { version = "*", path = "../jacquard-common", features = ["reqwest-client"] }+jacquard-common = { version = "0.4", path = "../jacquard-common", features = ["reqwest-client"] }
+1
-1
crates/jacquard-derive/Cargo.toml
+1
-1
crates/jacquard-derive/Cargo.toml
+2
-2
crates/jacquard-identity/Cargo.toml
+2
-2
crates/jacquard-identity/Cargo.toml
···-jacquard-common = { version = "*", path = "../jacquard-common", features = ["reqwest-client"] }+jacquard-common = { version = "0.4", path = "../jacquard-common", features = ["reqwest-client"] }
+3
-3
crates/jacquard-lexicon/Cargo.toml
+3
-3
crates/jacquard-lexicon/Cargo.toml
···
+2
-2
crates/jacquard-oauth/Cargo.toml
+2
-2
crates/jacquard-oauth/Cargo.toml
···-jacquard-common = { version = "*", path = "../jacquard-common", features = ["reqwest-client"] }+jacquard-common = { version = "0.4", path = "../jacquard-common", features = ["reqwest-client"] }
+5
-5
crates/jacquard/Cargo.toml
+5
-5
crates/jacquard/Cargo.toml
···-jacquard-common = { version = "*", path = "../jacquard-common", features = ["reqwest-client"] }+jacquard-common = { version = "0.4", path = "../jacquard-common", features = ["reqwest-client"] }
+30
nix/modules/rust.nix
+30
nix/modules/rust.nix
···