Almost Alpha
Massive improvements across the board. One day I'll adopt incremental commits.
This commit is contained in:
10
src/lib.rs
10
src/lib.rs
@@ -1,10 +1,8 @@
|
||||
#![warn(missing_docs)]
|
||||
#![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"
|
||||
)]
|
||||
#![warn(unit_bindings)]
|
||||
#![warn(clippy::unnecessary_wraps)]
|
||||
#![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 error;
|
||||
|
||||
Reference in New Issue
Block a user