Docs.rs
garando_syntax2-0.1.0
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
garando_syntax2 0.1.0
Backport of libsyntax
Crate
Source
Builds
Feature flags
Hide files
..
diagnostics
ext
parse
print
rustc_data_structures
util
abi.rs
ast.rs
attr.rs
codemap.rs
config.rs
diagnostic_list.rs
entry.rs
feature_gate.rs
fold.rs
json.rs
lib.rs
ptr.rs
show_span.rs
std_inject.rs
str.rs
test.rs
test_snippet.rs
tokenstream.rs
visit.rs
1
2
3
pub
fn
char_at
(
s
:
&
str
,
byte
:
usize
)
->
char
{
s
[
byte
..
]
.
chars
(
)
.
next
(
)
.
unwrap
(
)
}