v/vlib
Hunam 8a2d3f6470
strings: add a `Builder.ensure_cap()` method (#13755)
2022-03-18 10:36:53 +02:00
..
arrays
benchmark
bitfield
builtin parser: notice unnecessary parenthesis of reference (fix #11179) (#13739) 2022-03-15 16:11:53 +02:00
cli
clipboard
compress
context
crypto
darwin
datatypes datatypes.fsm: add a fsm_graph.v tool (#13723) 2022-03-13 11:40:03 +02:00
dl
dlmalloc
encoding
eventbus
flag
fontstash
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 all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
os
pg
picoev
picohttpparser
rand rand: further bridge gap b/w rand module and PRNG interface (#13719) 2022-03-12 09:41:12 +02:00
readline
regex
runtime
semver
sokol
sqlite
stbi stbi: fixed panic when trying to load JPG (#13724) 2022-03-13 09:57:34 +02:00
strconv strconv: fix a double free bug in v_sprintf/remove_tail_zeros_old, reduce leaks 2022-03-11 19:32:08 +02:00
strings strings: add a `Builder.ensure_cap()` method (#13755) 2022-03-18 10:36:53 +02:00
sync
szip
term docs: change term.input to term.ui in vlib/term/README.md 2022-03-06 15:50:22 +02:00
time all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
toml
v cgen: cleanup in if_expr() (#13754) 2022-03-17 01:09:49 +02:00
vweb
x x: add a mostly empty vlib/x/x.v file, to workaround a `v doc` bug 2022-03-15 20:19:39 +02:00
.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.