File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
crates/stackable-versioned/src Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 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>
1538use std:: collections:: BTreeMap ;
1639
1740use schemars:: { Schema , json_schema} ;
You can’t perform that action at this time.
0 commit comments