Skip to content

Commit

Permalink
FIX: Lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatcher committed Feb 17, 2024
1 parent c4aef8f commit 36e1a73
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions xlsx/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
//! # IronCalc - Core API documentation
//!
//! This technical API documentation in aimed at developers who want to develop bindings for a different language,
//!
//! This technical API documentation in aimed at developers who want to develop bindings for a different language,
//! build a UI based on the engine or just use the library in a Rust program
//!
//!
//! ## Usage
//!
//!
//! Add the dependency in `Cargo.toml`:
//!
//!
//! ```toml
//! [dependencies]
//! ironcalc = { git = "https://github.com/ironcalc/IronCalc", version = "0.1.0"}
//! ```
//!
//!
//! <small> until version 0.5.0 you should use the git dependencies as stated </small>
//!
//!
//! A simple example:
//!
//!
//!
//!
//! ```rust
//! use ironcalc::{
//! base::{expressions::utils::number_to_column, model::Model},
Expand Down Expand Up @@ -47,14 +47,13 @@
//! Ok(())
//! }
//! ```
//!
//!
//! You can then just:
//!
//!
//! ```bash
//! cargo run
//! ```

#![doc(
html_logo_url = "https://raw.githubusercontent.com/ironcalc/ironcalc/main/assets/logo.png",
html_favicon_url = "https://raw.githubusercontent.com/ironcalc/ironcalc/main/assets/favicon.ico"
Expand Down

0 comments on commit 36e1a73

Please sign in to comment.