Docs.rs
roklang-0.1.0
roklang 0.1.0
Permalink
Docs.rs crate page
ISC
Links
crates.io
Source
Owners
AshyIsMe
Dependencies
crossterm ^0.27.0
normal
directories ^5.0.1
normal
env_logger ^0.11.3
normal
indexmap ^2.0.0
normal
itertools ^0.13.0
normal
log ^0.4.19
normal
polars ^0.41.3
normal
rustyline ^14.0.0
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
roklang
0.1.0
roklang
Function
scan
Copy item path
Source
pub fn scan(code: &
str
) ->
Result
<
Vec
<
KW
>, &'static
str
>