Docs.rs
prolog-squared-1.1.0
prolog-squared 1.1.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
JamesTrewern
Dependencies
console ^0.15.8
normal
fsize ^1.0.0
normal
lazy_static ^1.5.0
normal
num_cpus ^1.17.0
normal
rayon ^1.11.0
normal
serde ^1.0.219
normal
serde_json ^1.0.143
normal
smallvec ^1.13
normal
Versions
52.66%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
tokenise
prolog2
1.1.0
In prolog2::
parser::
tokeniser
prolog2
::
parser
::
tokeniser
Function
tokenise
Copy item path
Source
pub fn tokenise(text:
String
) ->
Result
<
Vec
<
String
>,
String
>