Docs.rs
sweet_utils-0.4.1
sweet_utils 0.4.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
mrchantey
Dependencies
anyhow ^1
normal
bevy ^0.16
normal
optional
clap ^4
normal
extend ^1
normal
getrandom ^0.2.15
normal
optional
glob ^0.3
normal
path-clean ^1
normal
pathdiff ^0.2
normal
rand ^0.8.5
normal
optional
rand_chacha ^0.3.1
normal
optional
rapidhash ^1
normal
serde ^1
normal
optional
thiserror ^2
normal
tokio ^1
normal
optional
js-sys ^0.3
normal
wasm-bindgen =0.2.100
normal
wasm-bindgen-futures ^0.4
normal
web-sys ^0.3
normal
Versions
46.91%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate sweet_utils
sweet_
utils
0.4.1
All Items
Crate Items
Modules
Macros
Crate
sweet_
utils
Copy item path
Source
Re-exports
§
pub use utils::
log
::*;
pub use utils::
sleep
::*;
Modules
§
exports
extensions
path_
utils
prelude
utils
Macros
§
abs_
file
Wrapper for
AbsPathBuf::new_workspace_rel(file!())
, for use as a drop-in replacement for
file!()
.
elog
cross-platform way of error logging a formatted value
log
cross-platform way of logging a formatted value
noop
This macro is transparent, it returns the expression as is. Required so we can efficiently only visit macros, instead of checking every expression. Means we can only replace the macro, not delete it.