Docs.rs
device-driver-core-2.0.0
device-driver-core 2.0.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
21 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
diondokter
Dependencies
annotate-snippets ^0.12.16
normal
clap ^4.6.6
normal
device-driver-codegen =2.0.0
normal
device-driver-common =2.0.0
normal
device-driver-diagnostics =2.0.0
normal
device-driver-lexer =2.0.0
normal
device-driver-lir =2.0.0
normal
device-driver-mir =2.0.0
normal
device-driver-parser =2.0.0
normal
itertools ^0.15.0
normal
prettyplease ^0.3.0
normal
optional
syn ^3.0.3
normal
optional
pretty_assertions ^1.4.1
dev
Versions
23.08%
of the crate is documented
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
compile
device_
driver_
core
2.0.0
device_driver_core
Function
compile
Copy item path
Source
pub fn compile( source: &
str
, options:
CompileOptions
, ) ->
Result
<(
String
,
Diagnostics
),
DynError
>