v/vlib/x
2024-07-12 14:23:50 +03:00
..
crypto vlib.x: fix typos, uniformize readme formatting (#21085) 2024-03-24 19:54:39 +02:00
json2 cgen,x.json2: fix generic map decoding (#21704) 2024-06-22 13:17:14 +03:00
sessions breaking,checker: disallow initializing private struct fields outside structs module (#21183) 2024-04-12 13:53:02 +03:00
templating/dtm fmt: implement wrapping function's super long arguments (fix #15545, fix #21643) (#21782) 2024-07-02 23:10:00 +03:00
ttf vlib: refactor empty string checks to use s == '' or s != '', instead of s.len == 0 (#21300) 2024-04-18 02:44:31 +03:00
vweb net.http, veb, vweb, x.vweb: add mime type text/x-vlang, for .v and .vsh file extensions (#21851) 2024-07-12 14:23:50 +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

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.