- Added logo and social preview
- added icon to docs
This commit is contained in:
2023-05-28 23:18:52 +01:00
parent 8d0ba2a471
commit 0cc8094823
6 changed files with 482 additions and 72 deletions

View File

@@ -1,5 +1,6 @@
#![deny(missing_docs)]
#![doc(html_logo_url = "../logo.jpg")]
#![doc(html_logo_url = "https://raw.githubusercontent.com/lbfalvy/orchid/master/icon.svg")]
#![doc(html_favicon_url = "https://raw.githubusercontent.com/lbfalvy/orchid/master/icon.svg")]
//! Orchid is a lazy, pure scripting language to be embedded in Rust
//! applications. Check out the repo for examples and other links.
pub mod foreign;