Skip to content

Commit

Permalink
Create yield curve, qlab library, and Cargo workspace
Browse files Browse the repository at this point in the history
Created qlab library with root Cargo workspace with qlab-time, qlab-error, qlab-termstructure and qlab-instrument crates. Implemented basic date operations, Bond structures, and yield curve functionalities. Added related dependencies and tests to ensure functionality.
  • Loading branch information
nakashima-hikaru committed Jan 2, 2024
1 parent f5e77c8 commit 75d9e34
Show file tree
Hide file tree
Showing 27 changed files with 1,510 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb


# Added by cargo

/target
Loading

0 comments on commit 75d9e34

Please sign in to comment.