v/vlib
yuyi e3dca82f9c
strconv: minor cleanup in f64_to_str_lnd1() (#13804)
2022-03-22 20:15:59 +02:00
..
arrays
benchmark
bitfield
builtin builtin: don't memdup element for `array.pop` (depends on how cgen works) (#13789) 2022-03-21 23:34:35 +02:00
cli
clipboard
compress
context
crypto
darwin
datatypes
dl
dlmalloc
encoding
eventbus
flag
fontstash docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
gg
gx
hash
io
js
jsdom
json
log
math math: allow i64 in digits function and add count_digits function (#13729) 2022-03-14 10:41:01 +02:00
mssql
mysql
net
orm
os
pg
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol
sqlite
stbi
strconv strconv: minor cleanup in f64_to_str_lnd1() (#13804) 2022-03-22 20:15:59 +02:00
strings
sync
szip
term
time
toml
v checker: check redefine global 'main' function (#13803) 2022-03-22 17:39:12 +02:00
vweb vweb: support `-d trace_request` and `-d trace_response` 2022-03-21 19:48:47 +02:00
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.