Docs.rs
lotus-script-0.7.3
lotus-script 0.7.3
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
crates.io
Source
Owners
Ekranos
Dependencies
lotus-bindgen-macros ^0.1
normal
lotus-script-sys ^0.5
normal
lotus-shared ^0.5
normal
rmp-serde ^1
normal
serde ^1
normal
serde_json ^1
normal
serde_repr ^0.1
normal
thiserror ^2
normal
Versions
55.56%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Module log
lotus_
script
0.7.3
Module log
Module Items
Macros
Enums
Functions
In crate lotus_
script
lotus_script
Module
log
Copy item path
Source
Expand description
Logging utilities.
Macros
§
debug
Log a debug message.
error
Log an error message.
info
Log a info message.
log
Log a message with the given level.
warning
Log a warning message.
Enums
§
Level
Log level
Functions
§
write
Write a message with the given level. This is a low-level function, use the
log!
,
debug!
,
info!
,
warning!
, and
error!
macros instead.