Skip to content

Commit 9529441

Browse files
committed
As requested, added an ASCII art
1 parent c127cfa commit 9529441

File tree

1 file changed

+24
-1
lines changed
  • crates/stackable-versioned/src

1 file changed

+24
-1
lines changed

crates/stackable-versioned/src/lib.rs

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,30 @@
1111
//! Support will be extended to SemVer versions, as well as custom version formats in the future.
1212
//!
1313
//! See [`versioned`] for an in-depth usage guide and a list of supported arguments.
14-
14+
//!
15+
//! ```text
16+
//! __---~~~~--__ __--~~~~---__
17+
//! `\---~~~~~~~~\\ //~~~~~~~~---/'
18+
//! \/~~~~~~~~~\|| ||/~~~~~~~~~\/
19+
//! `\\ //'
20+
//! `\\ //'
21+
//! || ||
22+
//! ______--~~~~~~~~~~~~~~~~~~--______
23+
//! ___ // _-~ ~-_ \\ ___
24+
//! `\__)\/~ ~\/(__/'
25+
//! _--`-___ ___-'--_
26+
//! /~ `\ ~~~~~~~~------------~~~~~~~~ /' ~\
27+
//! /| `\ ________ /' |\
28+
//! | `\ ______`\_ \------/ _/'______ /' |
29+
//! | `\_~-_____\ ~-________________-~ /_____-~_/' |
30+
//! `. ~-__________________________________-~ .'
31+
//! `. [_______/------|~~|------\_______] .'
32+
//! `\--___((____)(________\/________)(____))___--/'
33+
//! |>>>>>>||</ \>||<<<<<<|
34+
//! `\<<<<</' `\>>>>>/'
35+
//! ```
36+
//!
37+
//! Credit: Tua Xiong in <https://asciiart.website/art/4323>
1538
use std::collections::BTreeMap;
1639

1740
use schemars::{Schema, json_schema};

0 commit comments

Comments
 (0)