v/vlib/x
2024-11-06 20:30:56 +02: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 crypto, x.crypto: trim long inputs, move more extensive cases to https://github.com/vlang/slower_tests 2024-09-13 10:28:11 +03:00
json2 x.json2.decoder2: cleanup after #22751 (#22771) 2024-11-06 20:30:56 +02:00
sessions fmt: fix formating a file in an oscillating manner (fix #22223, fix #22026) (#22232) 2024-09-17 09:47:38 +03:00
templating/dtm fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
ttf encoding.utf8: replace uchar with rune, deprecate get_uchar, is_uchar_punct, is_uchar_global_punct (#22560) 2024-10-18 10:39:26 +03:00
vweb net: fix resolving of ::1:48872 (pass the *should_listen_on_both_ipv4_and_ipv6_by_default_test.v tests) (#22715) 2024-10-31 18:22: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.