v/vlib
Delyan Angelov f8bf3db568
markused: always include slice_ni & substr_ni too (support s#[] and a#[] in -skip-unused)
2022-02-14 19:05:30 +02:00
..
arrays
benchmark docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
bitfield
builtin docs, builtin, encoding.csv: update error implementations (#13440) 2022-02-12 11:54:10 +02:00
cli
clipboard
compress
context
crypto
darwin
datatypes
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg tools: implement `cgen` tag for Markdown examples in `v check-md` (#13332) 2022-01-31 22:51:04 +02:00
gx gx: implement C1.over(C2), add gx.cyan and gx.magenta, fix + and - ops, add more tests 2022-01-29 21:40:09 +02:00
hash
io builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
js
jsdom
json
log
math Revert "math: add a new math.easing module (#13226)" (#13235) 2022-01-20 18:57:53 +02:00
mssql
mysql
net
orm
os
pg
picoev
picohttpparser
rand
readline
regex
runtime runtime: simplify nr_cpus 2022-01-19 19:29:29 +02:00
semver
sokol
sqlite
stbi
strconv
strings
sync
szip
term
time
toml builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
v markused: always include slice_ni & substr_ni too (support s#[] and a#[] in -skip-unused) 2022-02-14 19:05:30 +02:00
vweb
x
.vdocignore
README.md docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00

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.