You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,8 @@ Unreleased commits are active on [`main-dev`] branch, and [`main`] branch is onl
45
45
46
46
If you are going to contribute `spdlog-rs`, please make sure to check out the [`main-dev`] branch and select the [`main-dev`] branch as the base when opening PR.
47
47
48
+
Due to the complexity of combining crate feature gates, this repository provides a [justfile] for tool [`just`] to easily interact with `cargo` during development. Run command `just --list` to check the available recipes specifically for this project.
49
+
48
50
## Supported Rust versions
49
51
50
52
<!--
@@ -82,3 +84,5 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
82
84
[open an issue]: https://github.com/SpriteOvO/spdlog-rs/issues/new/choose
0 commit comments