v/vlib
gcxfd ee1de06678
net: extract a common Socket struct, reuse it by embedding in TcpSocket & UdpSocket (#13559)
2022-02-22 10:34:38 +02:00
..
arrays
benchmark docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
bitfield docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
builtin scanner: remove the restriction for \x00 in strings (#13493) 2022-02-16 23:41:05 +02:00
cli
clipboard docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
compress
context
crypto ed25519: make public ed25519.internal.edwars25519.Element (#13488) 2022-02-16 22:56:14 +02:00
darwin
datatypes datatypes: add a binary search tree implementation (#13453) 2022-02-22 10:28:01 +02:00
dl
dlmalloc
encoding docs, builtin, encoding.csv: update error implementations (#13440) 2022-02-12 11:54:10 +02:00
eventbus
flag
fontstash
gg gg: improve Context scale for Android (#13545) 2022-02-21 12:12:21 +02:00
gx
hash
io
js
jsdom
json
log
math math.complex: make mutable the Complex.re and Complex.im fields (#13540) 2022-02-21 12:39:45 +02:00
mssql mssql: fix c function definition parameters (#11307) 2021-08-25 14:39:56 +03:00
mysql
net net: extract a common Socket struct, reuse it by embedding in TcpSocket & UdpSocket (#13559) 2022-02-22 10:34:38 +02:00
orm
os os: remove dead code 2022-02-21 22:57:24 +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 term.ui: add support for multi byte/UTF-8 events (#13274) 2022-01-25 14:46:48 +02:00
time
toml
v cgen: support `-d trace_gen_source_line_info` 2022-02-21 23:04:10 +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.