We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This macro was created for tls crate, in rust-scratch monorepo and moved here.
tls
rust-scratch
Once this issue is closed and its branch is rebased into main, tls repo in rust-scratch monorepo should use the macro from here.
The tls/Cargo.toml has already been changed to get the r3bl_core dependency from it's main branch.
tls/Cargo.toml
r3bl_core
main
Replace all ignored doc tests with either: no_run (just compile) or compile & run.
no_run
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
create_global_singleton! decl macro
This macro was created for
tls
crate, inrust-scratch
monorepo and moved here.Once this issue is closed and its branch is rebased into main,
tls
repo inrust-scratch
monorepo should use the macro from here.The
tls/Cargo.toml
has already been changed to get ther3bl_core
dependency from it'smain
branch.Replace all ignored doc tests with either:
no_run
(just compile) or compile & run.The text was updated successfully, but these errors were encountered: