Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Mojo
Bend
https://github.com/HigherOrderCO/Bend
https://higherorderco.com/
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://github.com/HigherOrderCO/Bend
https://higherorderco.com/
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
derive_more
adds `#[derive(x)]
macros for more traits.
derive_builder
provides Rust macro to automatically implement the builder pattern for arbitrary structs.
A simple #[derive(Builder)]
will generate a FooBuilder …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
cargo-show-asm is a cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
set -o vi
in .bashrc
.export EDITOR=vim
A better …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
yield curve https://www.gurufocus.com/yield_curve.php
Understanding the Yield Curve
https://www.schwab.com/learn/story/understanding-yield-curve
What is a yield curve?
https://www.fidelity.com/learning-center/investment-products/fixed-income-bonds …