v/vlib
Delyan Angelov f66836458f
v.util: support -d trace_cached_read_source_file
2022-05-08 14:03:58 +02:00
..
arrays
benchmark
bitfield
builtin
cli cli: add missing doc strings (#14158) 2022-04-25 19:07:30 +02:00
clipboard
compress
context
crypto
darwin
datatypes
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg
gx
hash
io
js
jsdom
json
log
math time: add custom formatter (#14202) 2022-04-29 21:38:24 +02:00
mssql
mysql
net
orm
os tests: support for marking _test.v files with `// vtest flaky: true`, to reduce false positives from the CI 2022-04-30 16:26:28 +02:00
pg
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol
sqlite
stbi
strconv
strings ci: fix failing tests for mysql, crypto.rc4, strings 2022-04-17 12:14:30 +02:00
sync
szip
term
time time: relative update (#14240) 2022-05-01 19:25:52 +02:00
toml
v v.util: support -d trace_cached_read_source_file 2022-05-08 14:03:58 +02:00
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.