Skip to content

Commit

Permalink
Crate docs are finished
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspring committed Sep 22, 2023
1 parent 791c177 commit 0034121
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
//! In Rust version only encoding from [WhatWG standard](https://encoding.spec.whatwg.org) are supported.
//! Python version supports more encodings, but a lot of them are old almost unused ones.
//!
//! # Performance:
//!
//! This library in comparison to Python version is more faster (2-3 times faster then MYPYC version of charset-normalizer, 4-6 times faster than usual Python version).
//! All measurements are approximated.
//!
//! # Library:
//!
//! Library offers two main methods:
Expand Down

0 comments on commit 0034121

Please sign in to comment.