Docs.rs
passerine-0.9.3
passerine 0.9.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
slightknack
siraben
Dependencies
Versions
59.5%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
passerine
0.9.3
Module span
Module Items
Structs
In passerine::
common
passerine
::
common
Module
span
Copy item path
Source
Structs
ยง
Span
A
Span
refers to a section of a source, much like a
&str
, but with a reference to a
Source
rather than a
String
. A
Span
is meant to be paired with other datastructures, to be used during error reporting.
Spanned
A wrapper for spanning types. For example, a token, such as