v/vlib/x
2025-05-13 22:05:22 +03:00
..
benchmark vlib: add a go like x.benchmark module, that estimates automatically how many iterations are needed, to get a statistically significant result (#22215) 2024-09-23 13:56:00 +03:00
crypto all: fix typos (#24470) 2025-05-13 22:05:22 +03:00
encoding/asn1 all: fix typos (#24470) 2025-05-13 22:05:22 +03:00
json2 all: fix typos (#24470) 2025-05-13 22:05:22 +03:00
sessions checker: make option_var.str() an error, when done without unwrapping it first (fix #23557, fix #23558) (#23563) 2025-01-25 07:23:05 +02:00
templating/dtm checker: fix private symbol visibility checking (fix #23518) (#23543) 2025-01-27 11:42:27 +02: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.