Docs.rs
canrun-0.5.0
canrun 0.5.0
Permalink
Docs.rs crate page
MIT/Apache-2.0
Links
Repository
crates.io
Source
Owners
tgecho
Dependencies
im-rc ^15.1.0
normal
itertools ^0.10.5
normal
criterion ^0.5.1
dev
env_logger ^0.10.0
dev
log ^0.4.17
dev
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module ops
Functions
?
Module
canrun
::
goals
::
ops
source
·
[
−
]
Expand description
Operator goals including
add
,
sub
,
mul
and
div
.
Functions
add
Add two values together.
div
Divide one value with another.
mul
Multiply two values together.
sub
Subtract one value from another.