v/vlib
Vincenzo Palazzo 7f29418c63
strconv: change atof64 to return an error, if the parsed value is not a valid number (#13424)
2022-02-10 13:27:32 +02:00
..
arrays
benchmark
bitfield
builtin strconv: change atof64 to return an error, if the parsed value is not a valid number (#13424) 2022-02-10 13:27:32 +02:00
cli
clipboard
compress
context
crypto crypto: crypto.aes CBC mode moves to crypto.cipher (#13084) 2022-01-08 17:08:46 +02:00
darwin docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
datatypes
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg tools: implement `cgen` tag for Markdown examples in `v check-md` (#13332) 2022-01-31 22:51:04 +02:00
gx
hash docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
io
js
jsdom
json
log
math
mssql mssql: fix c function definition parameters (#11307) 2021-08-25 14:39:56 +03:00
mysql
net
orm
os vfmt: keep file permissions with -w on !windows (#13334) 2022-02-01 14:49:06 +02:00
pg
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol
sqlite
stbi docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
strconv strconv: change atof64 to return an error, if the parsed value is not a valid number (#13424) 2022-02-10 13:27:32 +02:00
strings strings: rename Builder.write_b() to Builder.write_byte(), add deprecation (#13313) 2022-01-28 20:34:44 +02:00
sync
szip
term term.ui: add support for multi byte/UTF-8 events (#13274) 2022-01-25 14:46:48 +02:00
time docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
toml token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
v strconv: change atof64 to return an error, if the parsed value is not a valid number (#13424) 2022-02-10 13:27:32 +02:00
vweb
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.