Docs.rs
typstyle-core-0.13.17
typstyle-core 0.13.17
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Enter-tainer
Dependencies
ecow ^0.2.3
normal
itertools ^0.14
normal
prettyless ^0.3
normal
rustc-hash ^2.0
normal
serde ^1.0
normal
optional
smallvec ^1
normal
thiserror ^2
normal
typst-syntax ^0.13.1
normal
unicode-width ^0.2.1
normal
criterion ^0.6
dev
insta ^1.43
dev
Versions
40.22%
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
typstyle_
core
0.13.17
Liteval
Required Methods
liteval
Implementations on Foreign Types
Array<'_>
Auto<'_>
Binary<'_>
Expr<'_>
Int<'_>
None<'_>
Parenthesized<'_>
Unary<'_>
Implementors
In typstyle_
core::
liteval
typstyle_core
::
liteval
Trait
Liteval
Copy item path
Source
pub trait Liteval { // Required method fn
liteval
(&self) ->
EvalResult
; }
Required Methods
§
Source
fn
liteval
(&self) ->
EvalResult
Implementations on Foreign Types
§
Source
§
impl
Liteval
for
Expr
<'_>
Source
§
fn
liteval
(&self) ->
EvalResult
Source
§
impl
Liteval
for
Array
<'_>
Source
§
fn
liteval
(&self) ->
EvalResult
Source
§
impl
Liteval
for
Auto
<'_>
Source
§
fn
liteval
(&self) ->
EvalResult
Source
§
impl
Liteval
for
Binary
<'_>
Source
§
fn
liteval
(&self) ->
EvalResult
Source
§
impl
Liteval
for
Int
<'_>
Source
§
fn
liteval
(&self) ->
EvalResult
Source
§
impl
Liteval
for
None
<'_>
Source
§
fn
liteval
(&self) ->
EvalResult
Source
§
impl
Liteval
for
Parenthesized
<'_>
Source
§
fn
liteval
(&self) ->
EvalResult
Source
§
impl
Liteval
for
Unary
<'_>
Source
§
fn
liteval
(&self) ->
EvalResult
Implementors
§