Docs.rs
anyinput-core-0.1.4
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
anyinput-core 0.1.4
A macro for easier writing of functions that accept any string-, path-, iterator-, array-, or ndarray-like input.
Crate
Source
Builds
Feature flags
Documentation
Coverage
25%
1
out of
4
items documented
0
out of
4
items with examples
Links
Homepage
CarlKCarlK/anyinput
22
2
2
crates.io
Dependencies
ndarray ^0.15.4
normal
proc-macro2 ^1.0.24
normal
quote ^1.0.9
normal
strum ^0.24
normal
syn ^1.0.60
normal
anyhow ^1.0
dev
colored-diff ^0.2.3
dev
Versions
0.1.8
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.0
Owners
anyinput-core
Important Note
:
You are probably looking for the
anyinput
crate, which wraps this crate and is much more ergonomic to use.
Purpose
This is an internal helper library of
anyinput
.