-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[all][script][log] Promote scripting.rs from rust_scratch/tls
Create 2 new crates: - script - log - support UnicodeString for output - update all calls to tracing::*() to work seamlessly with CustomEventFormatter across the entire r3bl codebase (especially r3bl_tui examples) Reorganize all the existing crates as well, to ensure that known duplicated functions are removed.
- Loading branch information
1 parent
4cc1ab9
commit 081a9b0
Showing
56 changed files
with
2,908 additions
and
339 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ | |
"Blackbox", | ||
"BOOKM", | ||
"boop", | ||
"callsite", | ||
"CBOR", | ||
"chrono", | ||
"cicd", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.