v/vlib
yuyi 0236931c78
cgen: fix generics with reference generic arguments (#13525)
2022-02-19 15:19:50 +02:00
..
arrays
benchmark
bitfield
builtin scanner: remove the restriction for \x00 in strings (#13493) 2022-02-16 23:41:05 +02:00
cli
clipboard
compress
context
crypto ed25519: make public ed25519.internal.edwars25519.Element (#13488) 2022-02-16 22:56:14 +02:00
darwin
datatypes
dl
dlmalloc
encoding docs, builtin, encoding.csv: update error implementations (#13440) 2022-02-12 11:54:10 +02:00
eventbus
flag
fontstash
gg
gx
hash
io
js
jsdom
json
log
math math.big: add get_bit, set_bit, big_mod_pow (#13507) 2022-02-18 11:53:39 +03:00
mssql
mysql
net net.unix: use byte() instead of u16() cast for addr.sun_family 2022-02-18 13:47:12 +02:00
orm
os os: allow using XDG_CACHE_HOME for choosing the folder returned by `os.cache_dir()` on windows too 2022-02-13 11:18:51 +02:00
pg
picoev
picohttpparser
rand rand: fix rand.uuid_v4()'s clock_seq_hi_and_reserved field 2022-02-18 12:43:38 +02:00
readline readline: give the possibility to ignore the empty line in the history (#13452) 2022-02-14 00:12:25 +02:00
regex
runtime
semver
sokol
sqlite
stbi
strconv strconv: bug fix for "${239.5:0.0f}" (#13483) 2022-02-16 11:33:29 +03:00
strings strings: add find_between_pair (#13468) 2022-02-15 15:12:15 +02:00
sync sync,ci: bump vtest retry for channel_select_6_test.v 2022-02-12 19:22:27 +02:00
szip
term
time
toml
v cgen: fix generics with reference generic arguments (#13525) 2022-02-19 15:19:50 +02:00
vweb ci: fix vweb failures (restore the ability to *force* vweb to listen to *only* local interfaces) 2022-02-18 10:18:04 +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.