Docs.rs
sap-shared-1.0.1
sap-shared 1.0.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Shuppin
Dependencies
serde ^1.0.195
normal
wasm-bindgen ^0.2
normal
Versions
50%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
shared
1.0.1
shared
Macro
stdout
Copy item path
Source
macro_rules! stdout { ($($arg:tt)*) => { ... }; }
Expand description
Identical to the
print!
macro.