v/vlib/x
2025-03-25 23:31:10 +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 x.crypto.chacha20: fix xor_key_stream failing after a while (fix #24043) (#24046) 2025-03-25 23:31:10 +02:00
encoding/asn1 x.encoding.asn1: cleanup code, improve performance (#22968) 2024-11-25 11:08:54 +02:00
json2 x.json2.decoder2: update decode.v (#24020) 2025-03-23 21:40:00 +02: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 tools: cleanup entries from the hardcoded skip_files list in common.v (used by v test, v test-self etc); use the new // vtest build: syntax to mark the tests instead (#23918) 2025-03-13 19:51:51 +02: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.