-
-
Notifications
You must be signed in to change notification settings - Fork 21
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) - add of the `options: impl Into<TracingConfig>` pattern for configuring the log functionality. this is ergonomic for simple cases (for the caller) and provides sophisticated configuration possibilities due to its composability. Reorganize all the existing crates as well, to ensure that known duplicated functions are removed. Add new glyphs that are unicode character based, not emojis, so that the fg, bg color and attributes are applied in output. Emojis come with their own colors, so the fg and bg colors don't get applied.
- Loading branch information
1 parent
4cc1ab9
commit 94c9672
Showing
72 changed files
with
3,874 additions
and
619 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
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.