Docs.rs
kaish-kernel-0.2.1
kaish-kernel 0.2.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
tobert
Dependencies
anyhow ^1
normal
ariadne ^0.6
normal
async-trait ^0.1
normal
capnp ^0.25
normal
capnp-rpc ^0.25
normal
chrono ^0.4
normal
chumsky ^1.0.0-alpha.8
normal
directories ^5
normal
futures ^0.3
normal
git2 ^0.20
normal
jaq-core ^2.2
normal
jaq-json ^1.1
normal
jaq-std ^2.1
normal
kaish-glob ^0.2.1
normal
kaish-schema ^0.2.1
normal
logos ^0.16
normal
regex ^1
normal
serde ^1
normal
serde_json ^1
normal
similar ^2
normal
thiserror ^2
normal
tiktoken-rs ^0.9
normal
tokio ^1
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
insta ^1.46
dev
proptest ^1
dev
rstest ^0.26
dev
tempfile ^3
dev
chrono ^0.4
build
procfs ^0.18
normal
Versions
77.33%
of the crate is documented
Platform
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
Skip to main content
parse_int
kaish_
kernel
0.2.1
In kaish_
kernel::
lexer
kaish_kernel
::
lexer
Function
parse_
int
Copy item path
Source
pub fn parse_int(source: &
str
) ->
Result
<
i64
,
LexerError
>
Expand description
Parse an integer literal.