Docs.rs
ruststep-0.4.0
ruststep 0.4.0
Docs.rs crate page
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
termoshtt
ytanimura
github:ricosjp:crates-owners
Dependencies
Inflector ^0.11.4
normal
derive-new ^0.5.9
normal
derive_more ^0.99.18
normal
itertools ^0.10.5
normal
nom ^7.1.3
normal
ruststep-derive ^0.4.0
normal
serde ^1.0.210
normal
thiserror ^1.0.63
normal
anyhow ^1.0.89
dev
maplit ^1.0.2
dev
Versions
59.61%
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ruststep
0.4.0
In ruststep::
parser::
token
ruststep
::
parser
::
token
Function
integer
Copy item path
Source
pub fn integer(input: &
str
) ->
ParseResult
<'_,
i64
>
Expand description
integer = [
sign
]
digit
{
digit
} .