v/vlib
Ben e201665e92
os: fix file_ext function (#14566)
2022-06-02 07:09:46 +03:00
..
arrays
benchmark
bitfield
builtin
cli
clipboard
compress
context
crypto
darwin
datatypes
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg
gx
hash
io
js
jsdom
json tests: make json_test.v less noisy, to see errors easier 2022-05-26 15:27:54 +03:00
log log: update Logger interface, so that Log is usable even as a Logger instance; add a test to ensure it (#13376) 2022-02-05 22:09:55 +02:00
math
mssql fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
mysql fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
net
orm
os os: fix file_ext function (#14566) 2022-06-02 07:09:46 +03:00
pg
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol
sqlite orm: document & fix pg (#14533) 2022-05-26 22:53:09 +03:00
stbi
strconv strconv: make f64_to_str_lnd1 public (fix building vlang/coreutils printf) 2022-05-30 22:14:22 +03:00
strings
sync checker: ban unsafe pointer/fn comparison (#14462) 2022-05-20 18:30:16 +03:00
szip
term
time
toml
v
vweb net.http: `Response.text` -> `Response.body` (#14478) 2022-05-29 20:27:18 +03: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.