v/vlib/x
2025-01-19 12:58:06 +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
encoding/asn1 x.encoding.asn1: cleanup code, improve performance (#22968) 2024-11-25 11:08:54 +02:00
json2 markused,builtin,strconv,vlib: reduce generated C sizes for compilers != tcc, for short programs, by simplifying the generation of backtraces, and reducing string interpolations in panics (#23380) 2025-01-06 08:23:56 +02:00
sessions x.vweb: remove the entire module (it's now veb) 2025-01-19 05:43:03 +03:00
templating/dtm ci: fix failure of the check-markdown job 2025-01-19 12:58:06 +02:00
ttf x.ttf: add missing doc strings to the module's public symbols (#23205) 2024-12-19 14:32:41 +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.