v/vlib/x
2024-08-11 09:11:24 +03:00
..
crypto fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
json2 fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
sessions fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
templating/dtm fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
ttf fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vweb fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +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.