Docs.rs
cmp_macro-0.1.0
cmp_macro 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Namacha411
Dependencies
Versions
100%
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
cmp_
macro
0.1.0
All Items
Sections
cmp_macro
Crate Items
Macros
Crate
cmp_macro
Copy item path
Source
Expand description
§
cmp_macro
This macro allows you to write a summary comparison, just like in Python.
Macros
§
eq
equal
eqty
equal with type cast
ge
greater than or equal
gety
greater than or equal with type cast
gt
greater than
gtty
greater than with type cast
le
less than or equal
lety
less than or equal with type cast
lt
less than
ltty
less than with type cast