Docs.rs
rust2fun-0.2.1
rust2fun 0.2.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
kalaninja
Dependencies
rust2fun_macros ^0.2.1
normal
proptest ^1.2
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
rust2fun
0.2.1
noop
Sections
Example
In rust2fun::
combinator
rust2fun
::
combinator
Function
noop
Copy item path
Source
pub const fn noop()
Expand description
The no operation function.
ยง
Example
use
rust2fun::prelude::
*
; noop();