Expand description
Bee dev-mode wrapper. The dev-mode endpoint surface is a strict
subset of production Bee, so this is mostly a documentation /
discovery signal: callers can let bee = DevClient::new(url)?;
and use the same accessors they already know from Client.
Mirrors bee-js BeeDev. The endpoints currently exposed
(addresses, topology) accept a slimmer payload in dev mode but
the same accessors work; bee-rs avoids splitting the type system
here and reuses the regular debug handles.