Skip to main content

Crate use_rustacean

Crate use_rustacean 

Source
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.
FriendFixtures
Accessor type for deterministic Fellow Friends fixture slices.
FriendMarkdown
Markdown rendering helpers for Fellow Friends records.
FriendRegistry
Owned registry of Fellow Friends records.

Enums§

FigureKind
Broad figure category for a Fellow Friend fixture.
IdentityKind
Broad identity category for a Fellow Friend fixture.
TechnologyKind
Broad technology category for a Fellow Friend fixture.