Docs.rs
zscript_parser-0.2.0
zscript_parser 0.2.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
Gutawer
Dependencies
bitflags ^1.3.2
normal
once_cell ^1.9.0
normal
parking_lot ^0.11.2
normal
rayon ^1.5.1
normal
optional
serde ^1.0.133
normal
optional
str-utils ^0.1.5
normal
unicode-width ^0.1.9
normal
vec1 ^1.8.0
normal
walkdir ^2.3.2
normal
optional
parking_lot ^0.11.2
normal
Versions
12.16%
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
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
StringSymbol
zscript_
parser
0.2.0
String
Symbol
Aliased Type
Methods
string
Trait Implementations
Display
In zscript_
parser::
interner
zscript_parser
::
interner
Type Alias
String
Symbol
Copy item path
Source
pub type StringSymbol =
Symbol
<true>;
Aliased Type
§
pub struct StringSymbol(
/* private fields */
);
Implementations
§
Source
§
impl
StringSymbol
Source
pub fn
string
(&self) -> impl
Deref
<Target =
str
> + 'static
Trait Implementations
§
Source
§
impl
Display
for
StringSymbol
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more