huskies: merge 854

This commit is contained in:
dave
2026-04-29 09:25:05 +00:00
parent 8802e1fe59
commit 4ed1fb5110
18 changed files with 79 additions and 0 deletions
@@ -1,3 +1,9 @@
//! Procedural macros for the BFT JSON CRDT library.
//!
//! Provides `#[add_crdt_fields]` to inject `path` and `id` fields into a struct,
//! and `#[derive(CrdtNode)]` to auto-implement the [`CrdtNode`] trait for structs
//! whose fields are themselves [`CrdtNode`]s.
use proc_macro::TokenStream as OgTokenStream;
use proc_macro2::{Ident, Span, TokenStream};
use proc_macro_crate::{crate_name, FoundCrate};