Docs.rs
sbse-0.0.3
sbse 0.0.3
Permalink
Docs.rs crate page
GPL-3.0
Links
crates.io
Source
Owners
bleedsa
Dependencies
c_a_l ^0.1.0
normal
Versions
80%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sbse
0.0.3
All Items
Crate Items
Modules
Macros
Crate
sbse
Copy item path
Source
Modules
§
macros
use sse::macros::*;
Macros
§
err_fmt
return
Err(format!($($x)*))
fatal
eprintln a prefix
err: fatal:
and a pattern, then exit the program.
ok_fmt
return
Ok(format!($($x)*))