Docs.rs
photon-rs-0.2.0
photon-rs 0.2.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
silvia-odwyer
Dependencies
base64 ^0.11.0
normal
console_error_panic_hook ^0.1.5
normal
image ^0.21.1
normal
imageproc ^0.18.0
normal
num ^0.2.0
normal
palette ^0.5.0
normal
rand ^0.7.2
normal
rusttype ^0.7.6
normal
serde ^1.0
normal
wasm-bindgen ^0.2.25
normal
web-sys ^0.3
normal
wee_alloc ^0.4.2
normal
criterion ^0.3
dev
time ^0.2.1
dev
Versions
Go to latest version
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
☰
photon_rs
All crates
[
−
]
[src]
Function
photon_rs
::
base64_to_vec
pub fn base64_to_vec(base64: &
str
) ->
Vec
<
u8
>
Convert a base64 string to a Vec of u8s.