v/vlib
yuyi 3091f31019
checker: check for optional argument in dump() (#14316)
2022-05-05 21:15:22 +03:00
..
arrays
benchmark
bitfield
builtin docs: add missing function names in the `builtin` example doc comments (#14318) 2022-05-05 17:22:25 +03:00
cli
clipboard
compress
context
crypto
darwin
datatypes
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg
gx
hash all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
io
js docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
jsdom
json
log
math time: add custom formatter (#14202) 2022-04-29 15:57:08 +03:00
mssql
mysql
net
orm
os
pg
picoev
picohttpparser
rand
readline all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
regex
runtime runtime: simplify nr_cpus 2022-01-19 19:29:29 +02:00
semver
sokol
sqlite
stbi
strconv strconv: add missing doc strings (#14164) 2022-04-26 18:09:36 +03:00
strings ci: fix failing tests for mysql, crypto.rc4, strings 2022-04-15 20:51:04 +03:00
sync tests: support for marking _test.v files with `// vtest flaky: true`, to reduce false positives from the CI 2022-04-30 13:30:02 +03:00
szip
term
time
toml
v checker: check for optional argument in dump() (#14316) 2022-05-05 21:15:22 +03:00
vweb
x
.vdocignore .gitignore: minor cleanup (#14279) 2022-05-05 10:17:24 +03:00
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.