Skip to content

Commit

Permalink
Include Unicode License v3 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Dec 8, 2024
1 parent c2c1b60 commit 33e933e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,19 @@ use core::fmt;
mod exhaustive;
mod folding;

/// Focaccia is derived from Unicode Data Files and is subject to Unicode License
/// v3.
///
/// See <https://www.unicode.org/terms_of_use.html>.
///
/// # Unicode License v3
///
/// ```txt
#[doc = include_str!("../LICENSE-UNICODE")]
/// ```
#[cfg(doc)]
pub mod unicode_terms {}

pub use folding::{
ascii_case_eq, ascii_casecmp, unicode_full_case_eq, unicode_full_casecmp,
unicode_full_turkic_case_eq, unicode_full_turkic_casecmp,
Expand Down

0 comments on commit 33e933e

Please sign in to comment.