Docs.rs
typst-as-lib-0.14.4
typst-as-lib 0.14.4
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Relacibo
Dependencies
binstall-tar ^0.4
normal
optional
bytes ^1.10
normal
optional
chrono ^0.4
normal
comemo ^0.4
normal
dirs ^6.0
normal
ecow ^0.2
normal
flate2 ^1.0
normal
optional
reqwest ^0.12
normal
optional
thiserror ^2.0
normal
typst ^0.13
normal
typst-kit ^0.13
normal
optional
ureq ^3.0
normal
optional
derive_typst_intoval ^0.3.0
dev
typst ^0.13.1
dev
typst-html ^0.13.1
dev
typst-pdf ^0.13.1
dev
Versions
24.14%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
typst_
as_
lib
0.14.4
Into
File
Id
Required Methods
into_file_id
Implementations on Foreign Types
&str
(PackageSpec, &str)
FileId
Implementors
In typst_
as_
lib::
conversions
typst_as_lib
::
conversions
Trait
IntoFileId
Copy item path
Source
pub trait IntoFileId { // Required method fn
into_file_id
(self) ->
FileId
where Self:
Sized
; }
Required Methods
§
Source
fn
into_file_id
(self) ->
FileId
where Self:
Sized
,
Implementations on Foreign Types
§
Source
§
impl
IntoFileId
for &
str
Source
§
fn
into_file_id
(self) ->
FileId
Source
§
impl
IntoFileId
for (
PackageSpec
, &
str
)
Source
§
fn
into_file_id
(self) ->
FileId
Source
§
impl
IntoFileId
for
FileId
Source
§
fn
into_file_id
(self) ->
FileId
Implementors
§