v/vlib
2025-08-29 07:53:01 +03:00
..
archive archive.tar: fix type in new_compressor fn name (#25006) 2025-07-30 19:49:00 +03:00
arrays arrays: fix v doc -unsafe-run-examples -f none vlib/arrays/ too 2025-08-13 17:28:59 +03:00
benchmark
bitfield bitfield: fix v doc -unsafe-run-examples -f none vlib/bitfield/ too 2025-08-13 17:19:07 +03:00
build
builtin builtin: add arr.pop_left() func (#25133) 2025-08-19 14:37:18 +03:00
cli
clipboard
compress compress.deflate,compress.gzip,compress.zlib,compress.zstd: fix v doc -unsafe-run-examples -f none vlib/compress/ too 2025-08-13 17:43:33 +03:00
context
coroutines
crypto
datatypes
db db.sqlite: fix get_text trimming data after (including) first 0 character (#25040) 2025-08-05 08:54:48 +03:00
dl
dlmalloc
encoding encoding.base64: fix doc comment examples 2025-08-13 17:59:09 +03:00
eventbus
flag flag: fix tail/single bool flag error condition logic in flag_to.v (fix #25166) (#25172) 2025-08-26 13:22:12 +03:00
fontstash
gg gg, gx: deprecate gx and replace all occurences with gg (which now contains all the functionality of gx) (#24966) 2025-08-14 19:53:56 +03:00
gx gg, gx: deprecate gx and replace all occurences with gg (which now contains all the functionality of gx) (#24966) 2025-08-14 19:53:56 +03:00
hash
io
js
json markused: fix option tracking on sumtype (fix #25025) (#25028) 2025-08-03 10:12:32 +03:00
log
maps
math math.big: remove Newton-raphson division, remove related tests (#25168) 2025-08-26 04:06:07 +03:00
net net.http: reduce the false positives on the CI for server_test.v, let test_host_header_sent_to_server return early, when the server can not start 2025-08-16 11:53:44 +03:00
orm checker: fix sql insert expr propagate result (fix #24833) (#25136) 2025-08-19 20:20:24 +03:00
os os,sync: enable running v -cross -o x.c cmd/v on windows too (part 1, fix V errors) 2025-08-26 18:09:53 +03:00
picoev
picohttpparser
pool
rand
readline readline: fix doc comment example by removing it 2025-08-13 18:03:10 +03:00
regex tools: fix return"" in vdoc html output (fix #24979) 2025-07-31 10:33:35 +03:00
runtime
semver semver: fix doc comment examples 2025-08-13 18:16:57 +03:00
sokol sokol.audio: fix doc comment examples 2025-08-13 17:54:45 +03:00
stbi
strconv strconv: produce a maximum of 8 digits after the . for f32.str() (fix #25141) (#25144) 2025-08-20 22:41:25 +03:00
strings
sync os,sync: enable running v -cross -o x.c cmd/v on windows too (part 1, fix V errors) 2025-08-26 18:09:53 +03:00
term
time decoder2: fix remaining json2 discrepancies (#25029) 2025-08-03 10:27:43 +03:00
toml
v markused: fix option array element (fix #23089) (#25179) 2025-08-29 07:53:01 +03:00
v2
vanilla_http_server
veb vdoc: enable example lines that have explicit imports too, fixup the remaining vlib examples, so v doc -v -unsafe-run-examples -f none vlib/ could be added to the CI 2025-08-13 21:02:14 +03:00
vweb vdoc: enable example lines that have explicit imports too, fixup the remaining vlib examples, so v doc -v -unsafe-run-examples -f none vlib/ could be added to the CI 2025-08-13 21:02:14 +03:00
wasm
x gg, gx: deprecate gx and replace all occurences with gg (which now contains all the functionality of gx) (#24966) 2025-08-14 19:53:56 +03:00
.vdocignore
README.md

page title index
index V standard library documentation V stdlib

This site contains the documentation for the standard library of modules included with the V language. Also commonly referred to as vlib, as that is the root directory for these modules in the V repository.

If you were looking for documentation for the language itself, the builtin types, operators, et. al., please use the V documentation link.

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.

Note that the builtin module is implicitly imported by default in V, so you do not need to have a specific import statement to use any of the features of that module.