v/vlib
Tim Basel 9d0a5942ac
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
..
arrays
benchmark
bitfield
builtin
cli
clipboard
compress
context
crypto
darwin
datatypes
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg
gx
hash docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
io
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 regex: fix bug in replace_by_fn (#13344) 2022-02-02 10:52:18 +02:00
runtime
semver 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
sokol
sqlite
stbi
strconv strconv: change atof64 to return an error, if the parsed value is not a valid number (#13424) 2022-02-10 13:27:32 +02:00
strings
sync 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
szip
term
time
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.