Skip to main content

Crate use_friend_registry

Crate use_friend_registry 

Source
Expand description

§use-friend-registry

use-friend-registry provides collection and query helpers for deterministic Fellow Friends fixture records.

Use it to filter by ecosystem, tags, technology kind, identity kind, or figure kind, and to build deterministic grouped counts for examples and tests.

§Example

use use_friend_fixture::FriendFixtures;
use use_friend_registry::FriendRegistry;

let registry = FriendRegistry::new(FriendFixtures::small());
let rust_friends = registry.by_ecosystem("Rust");

assert!(!rust_friends.is_empty());

§License

Licensed under MIT OR Apache-2.0. Collection and query helpers for Fellow Friends fixture records.

Structs§

FriendRegistry
Owned registry of Fellow Friends records.