Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 2934424

Browse files
committed
Merge branch 'topic/alire' into 'master'
Update alire.toml documentation See merge request eng/ide/VSS!399
2 parents 9b2490b + e619990 commit 2934424

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

alire.toml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
name = "vss"
2-
description = "Advanced string and text manipulation with Unicode support"
2+
description = "Virtual String System - a high level string and text processing library"
3+
4+
long-description = """
5+
## Deprecation
6+
7+
This crate is deprecated. VSS has been split into smaller more focused
8+
projects:
9+
10+
* [`vss_text`](https://alire.ada.dev/crates/vss_text): a library for Unicode text
11+
processing.
12+
* [`vss_extra`](https://alire.ada.dev/crates/vss_extra): libraries for handling
13+
JSON, Regexp, XML and other features based on `vss_text`. This will be
14+
further split into smaller projects.
15+
16+
This crate is kept as a read-only historic snapshot that will no longer
17+
evolve. Please refer to the above crates to continue using their
18+
corresponding features, and to be informed of upcoming changes.
19+
"""
20+
321
version = "25.0.0-dev"
422
tags = ["unicode", "json", "text"]
523

0 commit comments

Comments
 (0)