v/vlib/x
2024-03-11 18:21:06 +03:00
..
crypto tests: fix the length of all_key in poly1305_test.v (#20853) 2024-02-17 10:59:16 +02:00
json2 x.json2: minor performance improvement, update benchmark recommendations (#20954) 2024-03-04 12:39:07 +02:00
sessions ci: mark db_store_test.v as flaky 2024-03-04 22:34:09 +02:00
templating/dtm ci,dtm: fix concurrency and timing issues with tests of cache handler (#20845) 2024-02-16 19:35:27 +02:00
ttf examples, x: fix notice about assigning 0 to a reference field (#20115) 2023-12-07 22:34:53 +02:00
vweb gg: fix empty circle in native; http: post_form_with_cookies; veb: print veb action in html errors 2024-03-11 18:21:06 +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.