v/vlib
David 'Epper' Marshall 3fd63264d7
regex: add split (#14329)
2022-05-13 10:10:36 +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
builtin docs: cleanup (#14327) 2022-05-08 14:03:58 +02:00
cli cli: add missing doc strings (#14158) 2022-04-25 19:07:30 +02:00
clipboard
compress
context
crypto
darwin
datatypes docs: cleanup (#14327) 2022-05-08 14:03:58 +02:00
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg
gx
hash
io
js
jsdom
json
log
math
mssql
mysql
net net.smtp: correct date in smtp body (#14326) 2022-05-08 14:04:00 +02:00
orm
os
pg pg: add type 18 for pg boolean data type (#14335) 2022-05-08 14:03:59 +02:00
picoev
picohttpparser
rand
readline
regex regex: add split (#14329) 2022-05-13 10:10:36 +02:00
runtime
semver
sokol
sqlite
stbi docs: fix `teh` typo 2022-05-08 14:03:58 +02:00
strconv
strings strings: builder: add clear (#14328) 2022-05-08 14:03:59 +02:00
sync
szip
term
time time: let time.parse_rfc3339('2015-01-06T15:47:32.080254511Z') succeed (dockerd timestamps, Go's RFC3339Nano). 2022-05-08 14:04:00 +02:00
toml
v checker: check error for `json.decode` (fix #6732) (#14305) 2022-05-08 14:03:59 +02:00
vweb
x
.vdocignore .gitignore: minor cleanup (#14279) 2022-05-05 10:59:49 +02:00
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.