v/vlib/x
Larsimusrex 54c6daab54
decoder2: fix checking and decoding of escape characters (fix #24834) (#24915)
Co-authored-by: Lars Dumke <lars-luis.dumke@keysight.com>
2025-07-17 08:34:05 +03:00
..
benchmark x.benchmark: align the output of BenchmarkResult.print/0 2025-05-22 10:00:45 +03:00
crypto x.crypto.curve25519: fix possible double free, add consistencies check, cleanup dead test code (#24762) 2025-06-20 07:25:15 +03:00
encoding/asn1 all: fix typos (#24470) 2025-05-13 22:05:22 +03:00
json2 decoder2: fix checking and decoding of escape characters (fix #24834) (#24915) 2025-07-17 08:34:05 +03:00
sessions ci: remove the // vtest flaky: true tags from the remaining tests (#24379) 2025-06-19 20:16:49 +03:00
templating/dtm x.templating.dtm: fix demo link in README (#24729) 2025-06-16 06:43:18 +03:00
ttf checker: do not allow &u8(0), force nil like we do with &Type(0) 2025-05-03 22:37:51 +03:00
vweb x.vweb: remove the entire module (it's now veb) 2025-01-19 05:43:03 +03:00
README.md doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
x.v x: add a mostly empty vlib/x/x.v file, to workaround a v doc bug 2022-03-15 20:19:39 +02:00

Description

x is not a module by itself, but a namespace for other modules. The modules here are considered experimental/subject to change.

In time, x modules will either become ordinary vlib modules, or they will be split to their own repositories, and distributed apart from V.