Docs.rs
rustyfi-syntax-0.1.0
rustyfi-syntax 0.1.0
Docs.rs crate page
MIT
22 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
yasuo-ozu
Dependencies
newer-type ^0.3
normal
newer-type-std ^0.3
normal
syan ^0.2.0
normal
thiserror ^2
normal
Versions
27.94%
of the crate is documented
Go to latest version
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
Module span
rustyfi_
syntax
0.1.0
Module span
Module Items
Structs
In crate rustyfi_
syntax
rustyfi_syntax
Module
span
Copy item path
Source
Structs
ยง
Loc
A source location.
line
is 1-based,
col
is a 0-based character column,
byte
is the byte offset into the source.
Span
A half-open source range
[start, end)
.