v/vlib
Larpon 80444c8ec4
strings: add find_between_pair (#13468)
2022-02-15 15:12:15 +02:00
..
arrays
benchmark
bitfield docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
builtin
cli
clipboard
compress
context
crypto
darwin
datatypes
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg
gx
hash
io
js
jsdom
json
log
math
mssql
mysql 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
net
orm
os
pg
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol
sqlite
stbi
strconv
strings strings: add find_between_pair (#13468) 2022-02-15 15:12:15 +02:00
sync
szip
term
time 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
toml
v
vweb
x
.vdocignore
README.md

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.