moguls

Crates.iomoguls
lib.rsmoguls
version0.1.1
sourcesrc
created_at2023-11-02 13:07:26.312916
updated_at2023-11-02 14:00:30.982302
description Let the words of financial moguls inspire and guide you in your quest for financial excellence and understanding.
homepage
repositoryhttps://github.com/seongs1024/economic_indicator_finder
max_upload_size
id1022604
size42,384
Seongsu Park (seongs1024)

documentation

https://docs.rs/moguls

README

👑moguls

Welcome to the Halls of Financial Wisdom, a sanctuary where the echoes of economic insight and financial prowess resonate. Moguls is a crate where the speeches of financial gurus with a treasure trove of knowledge come to life. Within our crate, you will find a curated collection of eloquent addresses, insightful talks, and visionary narratives delivered by the titans of the financial world.

Let the words of financial moguls inspire and guide you in your quest for financial excellence and understanding.

Usage

use anyhow::Result;
use moguls::prelude::*;

fn main() -> Result<()> {
    let speeches = fetch_fed_speech(Some(FilterOption {
        speaker: Some(JEROME_POWELL.to_string()),
    }))?;
    println!("{:?}", speeches);
    Ok(())
}

Moguls List

  • Jerome Powell, the Chair of the Federal Reserve
  • Warren Buffett, the Chairman and CEO of Berkshire Hathaway

Sources

Commit count: 14

cargo fmt