Expand description
§use-rustacean
use-rustacean is the facade crate for RustUse Fellow Friends deterministic fixture data.
It re-exports the core model, deterministic fixture records, registry query helpers, markdown rendering helpers, and a prelude for common usage. The crate includes metadata only and does not include graphics, logos, SVGs, images, mascot artwork, or fan-art assets.
§Example
use use_rustacean::prelude::*;
let friends = FriendFixtures::small();
let registry = FriendRegistry::new(friends);
let rust_friends = registry.by_ecosystem("Rust");
assert!(!rust_friends.is_empty());§License
Licensed under MIT OR Apache-2.0.
Thin facade crate for RustUse Fellow Friends fixture data.
Re-exports§
pub use use_friend as friend;pub use use_friend_fixture as fixture;pub use use_friend_markdown as markdown;pub use use_friend_registry as registry;
Modules§
- prelude
- Common re-exports for ergonomic Fellow Friends examples.
Structs§
- Friend
- A typed metadata record for one Fellow Friend fixture.
- Friend
Fixtures - Accessor type for deterministic Fellow Friends fixture slices.
- Friend
Markdown - Markdown rendering helpers for Fellow Friends records.
- Friend
Record - Owned serde-friendly representation of a Fellow Friend record.
- Friend
Registry - Owned registry of Fellow Friends records.
Enums§
- Figure
Kind - Broad figure category for a Fellow Friend fixture.
- Identity
Kind - Broad identity category for a Fellow Friend fixture.
- Technology
Kind - Broad technology category for a Fellow Friend fixture.