1 unstable release
0.1.1 | Nov 2, 2023 |
---|---|
0.1.0 |
|
#10 in #economics
13KB
146 lines
👑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
Dependencies
~5–18MB
~249K SLoC