Docs.rs
tmac-0.1.3
tmac 0.1.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
tifrel
Dependencies
num ^0.4.0
normal
Versions
88.89%
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
tmac
0.1.3
All Items
Crate Items
Macros
Functions
Crate
tmac
Copy item path
Source
Macros
§
assert_
float_
eq
Macro version for asserting float equality.
assert_
float_
ne
Macro version for asserting float inequality.
fileify
fileify
takes a string, strips leading and trailing whitespace both for the whole string and for each line, and makes sure that a final newline is present. This serves mostly aesthetic purposes (file contents can be indented):
Functions
§
assert_
float_
eq_
fn
Asserts the equality of two floats within the float types epsilon.
assert_
float_
ne_
fn
Asserts the inequality of two floats with regard to the float types epsilon.