docs: use Devolutions logo

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2024-10-29 12:36:18 +04:00 committed by Benoît Cortier
parent 89c7549701
commit 5381b24444
32 changed files with 96 additions and 0 deletions

View file

@ -1,4 +1,7 @@
#![doc = include_str!("../README.md")]
#![doc(
html_logo_url = "https://webdevolutions.blob.core.windows.net/images/projects/devolutions/logos/devolutions-icon-shadow.svg"
)]
#![allow(clippy::new_without_default)] // Default trait cant be used by wasm consumer anyway
#![allow(unsafe_op_in_unsafe_fn)] // We cant control code generated by `wasm-bindgen`