v/vlib
2025-09-10 09:11:17 +03:00
..
archive
arrays
benchmark
bitfield
build
builtin builtin: fix v -W -Wimpure-v examples/hello_world.v (move ctovstring_impl to builtin.c.v) 2025-09-10 09:11:17 +03:00
cli
clipboard
compress
context
coroutines
crypto
datatypes
db
dl
dlmalloc
encoding
eventbus
flag flag: clean up flag_to_tail_bool_test.v (#25192) 2025-08-30 02:18:58 +03:00
fontstash fontstash: define and use FONTSTASH_MALLOC_ATOMIC for the allocated texture and atlas nodes (which do not contain pointers) 2025-09-07 14:05:40 +03:00
gg examples,gg: add examples/gg/grid_of_rectangles.v; add gg.Context.draw_rect_filled_no_context/5 and gg.Context.draw_rect_empty_no_context/5 2025-09-01 23:28:47 +03:00
gx
hash
io
js
json cgen: fix gen_struct_equality_fn null pointer crash (fix #25237) (#25231) 2025-09-08 17:32:46 +03:00
log
maps
math json2: replace encoder with new implementation (#25224) 2025-09-09 18:50:22 +03:00
net net.http.file: allow for serving requests to static files with cache busting suffixes like /dist/littlejs.js?1117 2025-09-06 15:59:08 +03:00
orm time: always return utc() timezone for Time.unix/0 (fix #17784) (#25233) 2025-09-05 00:22:52 +03:00
os os,ci: use a conditional include, instead of a platform file, to include libproc.h on macos only 2025-09-05 12:50:30 +03:00
picoev
picohttpparser
pool
rand
readline readline: fix wide char display width for Chinese characters (fix #25219) (#25220) 2025-09-02 18:01:26 +03:00
regex
runtime
semver
sokol
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 json2: replace encoder with new implementation (#25224) 2025-09-09 18:50:22 +03:00
toml json2: replace encoder with new implementation (#25224) 2025-09-09 18:50:22 +03:00
v markused: fix CI (for failing compilation of vlib/v/tests/skip_unused/array_init_from_sumtype.vv) (#25274) 2025-09-10 09:00:34 +03:00
v2
vanilla_http_server
veb veb: fix generic field access from alias (fix #25215) (#25246) 2025-09-07 09:11:22 +03:00
vweb
wasm
x json2: replace encoder with new implementation (#25224) 2025-09-09 18:50:22 +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.