1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2022-10-20 20:36:56 +03:00
..
arrays
benchmark
bitfield
builtin vrepl: add support for Home and End keys (#16116) 2022-10-20 20:07:57 +03:00
cli
clipboard
compress
context
crypto
datatypes datatypes: add quadtree, add its demo to examples/ (#16087) 2022-10-18 18:02:44 +03:00
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg
gx
hash tools: add report_v_module_folders_without_tests.v . Use it to discover other modules without _test.v files. Add simple ones, to ensure CI can find more breakage on future wide changes to vlib/ 2022-10-16 22:40:17 +03:00
io os: cleanup APIs returning !bool to either return ! or bool (#16111) 2022-10-20 13:56:06 +03:00
js
json
log
maps
math builtin,math: fix math.min_i64.str() (fix #16086) (#16089) 2022-10-17 19:36:46 +03:00
mssql tools: add report_v_module_folders_without_tests.v . Use it to discover other modules without _test.v files. Add simple ones, to ensure CI can find more breakage on future wide changes to vlib/ 2022-10-16 22:40:17 +03:00
mysql
net v fmt: fix extra space for lock/rlock without expressions (#16103) 2022-10-19 12:18:21 +03:00
orm
os os: cleanup APIs returning !bool to either return ! or bool (#16111) 2022-10-20 13:56:06 +03:00
pg
picoev
picohttpparser
rand
readline vrepl: add support for Home and End keys (#16116) 2022-10-20 20:07:57 +03:00
regex
runtime
semver
sokol
sqlite
stbi
strconv builtin,strconv: append ".0", to float string representations, to ensure clarity (#16079) 2022-10-17 15:41:07 +03:00
strings
sync
szip
term vrepl: add support for Home and End keys (#16116) 2022-10-20 20:07:57 +03:00
time
toml all: change index expr returning optional to result too (#16097) 2022-10-19 21:04:16 +03:00
v cgen: minor optimization and cleanup in match_expr_sumtype() (#16126) 2022-10-20 20:36:56 +03:00
vweb
x json2: minor cleanup in README.md (#16096) 2022-10-18 18:00:14 +03:00
.vdocignore
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.