Docs.rs
judge-framework-0.1.1
judge-framework 0.1.1
Permalink
Docs.rs crate page
GPL-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
akagiyuu
Dependencies
chromiumoxide ^0.6.0
normal
const_format ^0.2.32
normal
futures-util ^0.3.30
normal
image ^0.25.2
normal
libseccomp ^0.3.0
normal
nix ^0.29.0
normal
pixelmatch ^0.1.0
normal
rayon ^1.10.0
normal
similar ^2.6.0
normal
tempfile ^3.11.0
normal
thiserror ^1.0.63
normal
tokio ^1.39.2
normal
rstest ^0.22.0
dev
Versions
0%
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
judge_
framework
0.1.1
In judge_
framework::
frontend
judge_framework
::
frontend
Function
render
Copy item path
Source
pub async fn render(code: &
str
, width:
u32
, height:
u32
) ->
Result
<
Vec
<
u8
>>