Docs.rs
endbasic-core-0.11.1
endbasic-core 0.11.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jmmv
Dependencies
async-channel ^2.2
normal
async-trait ^0.1
normal
thiserror ^1.0
normal
futures-lite ^2.2
dev
tokio ^1
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
endbasic_
core
0.11.1
In endbasic_
core::
value
endbasic_core
::
value
Function
modulo_integer
Copy item path
Source
pub fn modulo_integer(lhs:
i32
, rhs:
i32
) ->
Result
<
i32
>
Expand description
Performs a modulo operation of integers.