v/vlib
2024-03-25 15:14:04 +02:00
..
arrays all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
benchmark all: fix typos in comments (#20963) 2024-03-04 18:41:55 +02:00
bitfield doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
builtin all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
cli cli: add pluralization to err msg, if required number of args is not met (#20971) 2024-03-07 20:57:58 +02:00
clipboard all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
compress all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
context all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
coroutines coroutines: manually create photon vcpu's & add functions to set photon log output (#21012) 2024-03-14 00:00:42 +11:00
crypto all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
datatypes all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
db db.sqlite: fix exec_param_many bug (#21008) 2024-03-13 14:39:15 +02:00
dl doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
dlmalloc all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
encoding all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
eventbus
flag all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
fontstash all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
gg all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
gx doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
hash all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
io io.string_reader: fix needs_fill_until check (#21005) 2024-03-13 14:40:29 +02:00
js doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
json all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
log doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
maps doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
math all: fix typos in comments (#20963) 2024-03-04 18:41:55 +02:00
net all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
orm orm: fix orm_option_time_test.v after 2d0ed2c made insert in parent tables with child ones missing fail 2024-02-11 10:02:36 +02:00
os all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
picoev picoev: remove fmt off tags (#20569) 2024-02-26 09:03:03 +02:00
picohttpparser picohttpparser: add tests for the Request methods (#20906) 2024-02-26 11:52:51 +02:00
rand all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
readline all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
regex all: fix typos in comments (#20963) 2024-03-04 18:41:55 +02:00
runtime doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
semver all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
sokol all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
stbi doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
strconv all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
strings strings.textscanner: fix off-by-one error in skip method (#21045) 2024-03-17 11:11:10 +02:00
sync all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
szip doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
term all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
time all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
toml all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
v checker: update error messages (#21097) 2024-03-25 15:14:04 +02:00
v2 all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
veb/auth veb.auth: detailed documentation with examples 2024-02-24 15:38:46 +03:00
vweb all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
wasm doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
x all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
.vdocignore
README.md

vlib Documentation

vlib is the term for all modules included by default with V and maintained as part of the V source code repository.

Some included modules depend on third party libraries, and these are kept separate in the thirdparty directory at the root level of the source repository.