1 unstable release
Uses new Rust 2024
| 0.1.0 | Jul 13, 2025 |
|---|
#7 in #fate
Used in character-traits
64KB
1K
SLoC
Character Traits Relationship with Fate and Mortality
The character-traits-relationship-with-fate-and-mortality crate provides a comprehensive framework for modeling and analyzing the intricate dynamics between character traits, divine gifts, symbolic meanings, and the notions of fate and mortality. This crate can be instrumental in systems dealing with storytelling, simulations, role-playing games, or philosophical explorations of human and mythical entities.
Features
-
Rich Enumerations: The crate offers a set of predefined enumerations that encapsulate various divine gifts, relationships with fate, symbolic meanings, and more.
-
Intrinsic Dimension Ratings: Each enumeration provides a method to retrieve intrinsic ratings based on numerous dimensions such as power magnitude, courage resilience, and transcendence drive.
-
Profile Building: Utilize the
RelationshipWithFateAndMortalityProfileto assemble a comprehensive profile based on character traits and their interactions with fate-related aspects. -
Customization via Macros: The crate defines several powerful macros that enable the creation of custom intrinsic dimension ratings.
Usage
Add this crate to your Cargo.toml:
[dependencies]
character-traits-relationship-with-fate-and-mortality = "0.1.0"
Here's a simple example to create a character profile:
use character_traits_relationship_with_fate_and_mortality::{RelationshipWithFateAndMortalityProfile, RelationshipWithFateAndMortalityDescriptor};
let profile = RelationshipWithFateAndMortalityProfile::from(RelationshipWithFateAndMortalityDescriptor::Hero);
println!("Profile: {:?}", profile);
This README was generated by an AI model and may not be 100% accurate. However, it is intended to provide a useful description of the crate's capabilities.
Dependencies
~48–91MB
~1.5M SLoC