v/vlib/x
2024-02-16 10:58:51 +02:00
..
crypto x.crypto.chacha20: remove deprecated math.max_u32 in favour of builtin max_u32, remove unneceseary bits, reorder (#20838) 2024-02-15 06:40:07 +02:00
json2 x.json2: move json2 tests to subfolders (#20842) 2024-02-16 10:58:51 +02:00
sessions x.sessions: change session Store interface to use results instead of options (#20796) 2024-02-12 03:22:57 +02:00
templating/dtm x.templating.dtm: fix dtm clock test for CI (#20824) 2024-02-14 09:53:37 +02:00
ttf examples, x: fix notice about assigning 0 to a reference field (#20115) 2023-12-07 22:34:53 +02:00
vweb doc: x.vweb static website capabilities (#20808) 2024-02-13 12:30:25 +02: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.